Update pep8 checker workflows, broken link checker workflow to use "v3" branch, specify python version as input argument #154
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
name: Build HTML on merge | |
on: | |
pull_request: | |
branches: | |
- main | |
types: [closed] | |
workflow_dispatch: | |
jobs: | |
Generate_HTML: | |
if: github.event.pull_request.merged == true | |
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_builder.yml@v3 | |
with: | |
python-version: ${{ vars.PYTHON_VERSION }} |