Skip to content

Commit

Permalink
more sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 8, 2023
1 parent a25963b commit 5dc14e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- run: sudo gem install bundler
- run: ./bin/install-jekyll.sh
- run: sudo ./bin/install-jekyll.sh
- run: ./bin/build-site.js
- name: Upload artifact
- name: upload artifact
uses: actions/upload-pages-artifact@v2

# Deployment job
Expand Down

0 comments on commit 5dc14e0

Please sign in to comment.