Skip to content

Commit

Permalink
Merge branch 'main' into 79-new-function-install-depricated-package
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher authored Oct 11, 2024
2 parents 4eb2359 + 013aefa commit 83b014a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_build_pkgdown_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token

- name: Trigger Build pkgdown site
if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'workflow_run' # Conditional check
run: |
# Determine the branch name based on the event type
if [[ "${{ github.event_name }}" == "workflow_run" ]]; then
Expand Down

0 comments on commit 83b014a

Please sign in to comment.