Skip to content

Commit

Permalink
pkgdown on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed Sep 5, 2024
1 parent 57267ef commit 9acf6c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rostemplate-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
push:
branches: [main, master]
tags: ['*']
pull_request:
branches: [main, master]
release:
types: [published]
workflow_dispatch:

name: rostemplate-gh-pages
permissions: write-all
Expand Down Expand Up @@ -36,4 +41,3 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, clean = TRUE)'

0 comments on commit 9acf6c4

Please sign in to comment.