From 3cdfc91f77ad185f78e1209a6b6714fbaa7a7db8 Mon Sep 17 00:00:00 2001 From: Sander Devisscher Date: Fri, 11 Oct 2024 12:50:49 +0200 Subject: [PATCH 1/2] Update trigger_build_pkgdown_site.yaml --- .github/workflows/trigger_build_pkgdown_site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger_build_pkgdown_site.yaml b/.github/workflows/trigger_build_pkgdown_site.yaml index 34bb749..1800a2f 100644 --- a/.github/workflows/trigger_build_pkgdown_site.yaml +++ b/.github/workflows/trigger_build_pkgdown_site.yaml @@ -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 From 72ce9af0502840665a9352ed2ed3230bc74048f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Oct 2024 10:54:56 +0000 Subject: [PATCH 2/2] Increment version [skip ci] --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 46bd421..c4e5ad7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", "sander.devisscher@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2015-5731")),