From 6f38571261cea98cfd5106c45a6cac020207bcd8 Mon Sep 17 00:00:00 2001 From: Bryce Carson Date: Sat, 15 Jun 2024 22:01:56 -0600 Subject: [PATCH] Make workflow work from existing branch lol --- .github/workflows/pkgdown.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index c9f0165..7002a4d 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -2,9 +2,9 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master] + branches: [trunk] pull_request: - branches: [main, master] + branches: [trunk] release: types: [published] workflow_dispatch: @@ -45,6 +45,6 @@ jobs: if: github.event_name != 'pull_request' uses: JamesIves/github-pages-deploy-action@v4.5.0 with: - clean: false + clean: true branch: gh-pages folder: docs