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 57b7b59 commit b08d40fCopy full SHA for b08d40f
.github/workflows/github-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v3
30
- uses: ./.github/actions/install-deps
31
- - run: apt-get install -y ruby
+ - run: apt-get install -y ruby2.2
32
- run: sudo gem install bundler -v 2.1.4
33
# TODO use npm run install-jekyll?
34
- run: sudo ./bin/install-jekyll.sh
0 commit comments