Skip to content

Commit

Permalink
fix: change workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
berntpopp committed Dec 20, 2023
1 parent b481b62 commit e10d5ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install phantomjs
run: Rscript -e 'webshot::install_phantomjs()'
- name: Render Book
working-directory: ./edit_docs
run: Rscript -e 'bookdown::render_book("index.Rmd", "all")'
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e10d5ea

Please sign in to comment.