mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Trying to combine the main v20 and website branch to just the v20 branch
-Copied the specialized website converted notebooks to a new directory on the v20 branch (docs/source/examples/notebooks) -Updated the notebook_gen_sphixext.py script to point to the new location for the website notebooks -Updated the sphinx_build_deploy.yml action so that it will run when a file in the docs directory gets updated on the main branch
This commit is contained in:
parent
38d67a7a40
commit
b0fcb40f0f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/sphinx_build_deploy.yml
vendored
3
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -4,10 +4,9 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- website
|
||||
- v20
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- 'examples/**'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Add table
Reference in a new issue