Skip to content

Commit

Permalink
Merge pull request #93 from inbo/SanderDevisscher-patch-1
Browse files Browse the repository at this point in the history
Update trigger_build_pkgdown_site.yaml
  • Loading branch information
SanderDevisscher authored Oct 11, 2024
2 parents 26a9dd7 + 72ce9af commit 013aefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fistools
Title: Tools & data used for wildlife management & invasive species in Flanders
Version: 1.2.11
Version: 1.2.12
Authors@R: c(
person(given = "Sander", middle = "", family = "Devisscher", "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2015-5731")),
Expand Down

0 comments on commit 013aefa

Please sign in to comment.