Skip to content

Commit

Permalink
vignettes publication test: add dev to push activation branches in pk…
Browse files Browse the repository at this point in the history
…gdown workflow and change the deployment branch to dev
  • Loading branch information
ntorresd committed Apr 4, 2023
1 parent c620c41 commit 7c4f8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, dev]
pull_request:
branches: [main, master]
release:
Expand Down Expand Up @@ -42,5 +42,5 @@ jobs:
uses: JamesIves/[email protected]
with:
clean: false
branch: gh-pages
branch: dev
folder: docs

0 comments on commit 7c4f8f4

Please sign in to comment.