Skip to content

Commit c04f2cc

Browse files
authored
Merge pull request #72 from hpc-carpentry/build-failures
Attempt to clear site build errors by updating dependency versions
2 parents 44ad9bc + 6f3ad51 commit c04f2cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: check, build, deploy hpc-carpentry.org
23

34
on:
@@ -65,7 +66,7 @@ jobs:
6566
# pages/online-workshop-recommendations.md
6667

6768
- name: Build and deploy gh-pages branch
68-
uses: helaili/jekyll-action@2.2.0
69+
uses: helaili/jekyll-action@v2
6970
with:
7071
token: ${{ secrets.GITHUB_TOKEN }}
7172
target_branch: 'gh-pages'

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'faraday', '0.17.3'
3+
gem 'faraday', '~> 1' # 1.0 <= version < 2.0
44

55
group :jekyll_plugins do
66
gem 'github-pages'
7-
# gem 'jekyll-get-json', "~> 0.0.2"
87
end

0 commit comments

Comments
 (0)