Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to clear site build errors by updating dependency versions #72

Merged
merged 1 commit into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Attempt to clear site build errors by updating dependency versions
  • Loading branch information
tkphd committed May 24, 2023
commit 6f3ad512bfe6df32394b45ccab738fa3d66c874e
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: check, build, deploy hpc-carpentry.org

on:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
# pages/online-workshop-recommendations.md

- name: Build and deploy gh-pages branch
uses: helaili/jekyll-action@2.2.0
uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
source 'https://rubygems.org'

gem 'faraday', '0.17.3'
gem 'faraday', '~> 1' # 1.0 <= version < 2.0

group :jekyll_plugins do
gem 'github-pages'
# gem 'jekyll-get-json', "~> 0.0.2"
end
Loading