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:
ucar-tmeyer 2024-09-18 12:14:55 -07:00
parent 38d67a7a40
commit b0fcb40f0f

View file

@ -4,10 +4,9 @@ on:
workflow_dispatch:
push:
branches:
- website
- v20
paths:
- 'docs/**'
- 'examples/**'
jobs:
release: