We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ad9bc commit 6f3ad51Copy full SHA for 6f3ad51
.github/workflows/build-and-deploy.yml
@@ -1,3 +1,4 @@
1
+---
2
name: check, build, deploy hpc-carpentry.org
3
4
on:
@@ -65,7 +66,7 @@ jobs:
65
66
# pages/online-workshop-recommendations.md
67
68
- name: Build and deploy gh-pages branch
- uses: helaili/jekyll-action@2.2.0
69
+ uses: helaili/jekyll-action@v2
70
with:
71
token: ${{ secrets.GITHUB_TOKEN }}
72
target_branch: 'gh-pages'
Gemfile
@@ -1,8 +1,7 @@
source 'https://rubygems.org'
-gem 'faraday', '0.17.3'
+gem 'faraday', '~> 1' # 1.0 <= version < 2.0
5
group :jekyll_plugins do
6
gem 'github-pages'
7
-# gem 'jekyll-get-json', "~> 0.0.2"
8
end
0 commit comments