Skip to content

Commit

Permalink
chore: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 12, 2024
1 parent 6b64d46 commit 2e957c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
- name: Build
uses: docker/build-push-action@v2
with:
context: .
load: true
#context: .
#load: true
tags: ${{ env.TEST_TAG }}
build-args: |
GITHUB_TOKEN=${{ env.GITHUB_PAT }}
BASE_IMAGE=${{ env.BASE_IMAGE }}
- name: Run tests
run: |
docker run -v `pwd`:/mnt/vol ${{ env.TEST_TAG }} Rscript -e 'pkgdown::deploy_to_branch("/mnt/vol", 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 2e957c8

Please sign in to comment.