Skip to content

Commit dea89f2

Browse files
authored
Merge pull request #49 from de-soot/main
Update jekyll.yml
2 parents ed1029f + 5b63cfc commit dea89f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- name: Upload artifact
5151
# Automatically uploads an artifact from the './_site' directory by default
5252
uses: actions/upload-pages-artifact@v3
53+
- name: Clone ruby-build
54+
run: git clone https://github.com/rbenv/ruby-build.git
55+
- name: Install ruby-build
56+
run: sudo ./ruby-build/install.sh
5357

5458
# Deployment job
5559
deploy:

0 commit comments

Comments
 (0)