Skip to content

style and docs: run devtools::document() and styler::style_pkg() (#44) #38

style and docs: run devtools::document() and styler::style_pkg() (#44)

style and docs: run devtools::document() and styler::style_pkg() (#44) #38

# updates exiting pkgdown site for a repository
# deploys to a branch gh-pages
name: call-update-pkgdown
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
# this workflow runs on pushes to main
push:
branches: main
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-pkgdown.yml@main