Skip to content

Commit

Permalink
Make workflow work from existing branch lol
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-carson committed Jun 16, 2024
1 parent f9c342a commit 6f38571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 6f38571

Please sign in to comment.