Skip to content

Commit

Permalink
try to cd to fix step 6
Browse files Browse the repository at this point in the history
  • Loading branch information
DorienHuijser authored Jan 10, 2025
1 parent c364ab3 commit 5a271c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:

# Step 6: Render the Bookdown book
- name: Render Book
run: Rscript -e 'bookdown::render_book("book/index.Rmd", output_dir = "_book", output_format = "all")'
run: |
cd book
Rscript -e 'bookdown::render_book("index.Rmd", output_format = "all")'
# Step 7: Upload artifact for Pages deployment
- name: Upload artifact
Expand Down

0 comments on commit 5a271c7

Please sign in to comment.