Build html for last release using texlive #7
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
name: Build html for last release using texlive | |
on: [workflow_dispatch] | |
jobs: | |
call-workflow: | |
uses: nmfs-stock-synthesis/doc/.github/workflows/build-ss3-manual-html.yml@main | |
with: | |
# Note: upon new releases, will need to update this ref | |
ref: 'v3.30.22' |