Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrdsnow committed Mar 30, 2024
1 parent e5b7055 commit bff2487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: list files
run: ls /home/runner/work/PurePKG/*
run: ls /home/runner/work/PurePKG/PurePKG/docs
- name: Build with Jekyll
run: bundle exec jekyll build --baseurl "/home/runner/work/PurePKG/PurePKG/docs/"
run: bundle exec jekyll build --baseurl "/home/runner/work/PurePKG/PurePKG/docs"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit bff2487

Please sign in to comment.