Skip to content

Commit

Permalink
set working directories for the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kpagacz committed Nov 10, 2024
1 parent 512ac26 commit 449a8cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
working-directory: "./antidotum/tergo"

- uses: r-lib/actions/setup-tinytex@v2

- name: Run pkgdown
working-directory: ./antidotum/tergo
run: |
Rscript -e "pkgdown::build_site()"
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website
working-directory: "./antidotum/tergo"

- uses: r-lib/actions/setup-tinytex@v2

- name: Run pkgdown and push to cf-pages
working-directory: ./antidotum/tergo
run: |
Rscript -e "pkgdown::build_site()"
git add --all
Expand Down

0 comments on commit 449a8cd

Please sign in to comment.