Skip to content

Commit

Permalink
Update trigger_build_pkgdown_site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Aug 23, 2024
1 parent 689b42b commit 17efa08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/trigger_build_pkgdown_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Configure GitHub CLI
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token

- name: Trigger Build pkgdown site
run: gh workflow run "Build pkgdown site"
- name: Trigger Build pkgdown site
run: |
gh workflow run "Build pkgdown site" --ref ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 17efa08

Please sign in to comment.