Skip to content

Commit

Permalink
Merge pull request #72 from hpc-carpentry/build-failures
Browse files Browse the repository at this point in the history
Attempt to clear site build errors by updating dependency versions
  • Loading branch information
ocaisa committed May 24, 2023
2 parents 44ad9bc + 6f3ad51 commit c04f2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit c04f2cc

Please sign in to comment.