Skip to content

Commit

Permalink
build: modify pkgdown pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 12, 2024
1 parent 15035bd commit c04bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
BASE_IMAGE=${{ env.BASE_IMAGE }}
- name: Run tests
run: |
docker run -v `pwd`:/mnt/vol ${{ env.TEST_TAG }} Rscript -e 'pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)'
docker run -v `pwd`:/mnt/vol ${{ env.TEST_TAG }} Rscript -e 'setwd("/tmp/gDRutils") && pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)'
#- uses: r-lib/actions/setup-r-dependencies@v2
# with:
Expand Down

0 comments on commit c04bf8e

Please sign in to comment.