Fix length tests #80
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Checks that the pkgdown site builds for a repository, assuming that one | |
# already exists, but it does not actually deploy it. See | |
# call-update-pkgdown.yml for that. | |
name: call-build-pkgdown | |
on: | |
pull_request: | |
branches: | |
- dev | |
- main | |
workflow_dispatch: | |
jobs: | |
call-workflow: | |
uses: nmfs-fish-tools/ghactions4r/.github/workflows/build-pkgdown.yml@main |