Skip to content

Commit b894a82

Browse files
authored
Update pages.yml
1 parent d37fc14 commit b894a82

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pages.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ jobs:
2323

2424
- name: Setup Pages
2525
uses: actions/configure-pages@v2
26+
27+
- name: Install Ruby and Bundler
28+
run: |
29+
sudo apt update
30+
sudo apt install -y ruby-full build-essential
31+
gem install bundler
2632
2733
- name: Install dependencies
28-
run: bundle install # Ensures Jekyll dependencies are installed
29-
34+
run: bundle install # Now this should work!
35+
3036
- name: Build with Jekyll
3137
uses: actions/jekyll-build-pages@v1
3238
with:

0 commit comments

Comments
 (0)