From b0fcb40f0febd696bac54db5a503d41c4789e12d Mon Sep 17 00:00:00 2001 From: ucar-tmeyer Date: Wed, 18 Sep 2024 12:14:55 -0700 Subject: [PATCH] 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 --- .github/workflows/sphinx_build_deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sphinx_build_deploy.yml b/.github/workflows/sphinx_build_deploy.yml index 0ff5a86..ed17827 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -4,10 +4,9 @@ on: workflow_dispatch: push: branches: - - website + - v20 paths: - 'docs/**' - - 'examples/**' jobs: release: