Skip to content

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

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

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

# Checks that the pkgdown site builds for a repository.
# this assumes pkgdown is already set up.
name: call-build-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 or master or any time a new tag is pushed
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/build-pkgdown.yml@main