Skip to content

Commit dc0ef50

Browse files
committed
Run bundle install as sudo
Getting a bunch of permission errors during the workflow
1 parent 22b15fb commit dc0ef50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
sudo apt-get install -y ruby-bundler python3-docutils
1818
git submodule update --init
19-
bundle install
19+
sudo bundle install
2020
bundle exec jekyll build
2121
- name: deploy
2222
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)