Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrdsnow committed Mar 30, 2024
1 parent a9d43ae commit d85bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
run: cd /home/runner/work/PurePKG/PurePKG/docs && bundle exec jekyll build
run: cd /home/runner/work/PurePKG/PurePKG/docs && bundle install && bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit d85bfc9

Please sign in to comment.