Skip to content

Commit

Permalink
chore: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 12, 2024
1 parent b27732c commit 04c8de2
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 'Rscript -e pkgdown::deploy_to_branch("/tmp/gDRutils", new_process = FALSE)'
docker run -v `pwd`:/mnt/vol ${{ env.TEST_TAG }} Rscript -e 'pkgdown::deploy_to_branch("/tmp/gDRutils", new_process = FALSE)'
#docker run -v `pwd`:/mnt/vol ${{ env.TEST_TAG }} Rscript -e 'pkgdown::build_site_github_pages("/tmp/gDRutils", new_process = FALSE, install = FALSE)'
#- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 04c8de2

Please sign in to comment.