Skip to content

Commit 57b7b59

Browse files
author
alxndrsn
committed
install ruby manually
1 parent 30d4246 commit 57b7b59

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3
30-
- name: Setup Pages
31-
uses: actions/configure-pages@v3
3230
- uses: ./.github/actions/install-deps
33-
- run: sudo gem install bundler
31+
- run: apt-get install -y ruby
32+
- run: sudo gem install bundler -v 2.1.4
3433
# TODO use npm run install-jekyll?
3534
- run: sudo ./bin/install-jekyll.sh
3635
# TODO use npm run build-site?

0 commit comments

Comments
 (0)