mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update github workflow:
-added back in the branch requirement for building the website and switched it from "master" to "main" since we renamed that branch
This commit is contained in:
parent
ad5e63c1d3
commit
ba86d8f70b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sphinx_build_deploy.yml
vendored
2
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -2,6 +2,8 @@ name: Publish Sphinx Built Webpages to Github Pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- 'examples/**'
|
||||
|
|
Loading…
Add table
Reference in a new issue