Skip to content

Commit

Permalink
build: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 13, 2024
1 parent 698f014 commit 1a5491d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,11 @@ jobs:
context: .
#load: true
fetch-depth: 0
ref: GDR-2371
ref: {{ env.BRANCH_NAME }}
tags: ${{ env.TEST_TAG }}
build-args: |
GITHUB_TOKEN=${{ env.GITHUB_PAT }}
BASE_IMAGE=${{ env.BASE_IMAGE }}
#BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
- name: Run tests
run: |
docker run -v $GITHUB_WORKSPACE:/mnt/vol ${{ env.TEST_TAG }} bash -c "find /mnt/vol/"
Expand All @@ -82,6 +81,6 @@ jobs:
uses: JamesIves/[email protected]
with:
clean: true
branch: gh-pages
branch: pages
folder: docs
target-folder: docs

0 comments on commit 1a5491d

Please sign in to comment.