Update sphinx_build_deploy.yml

Only build the website off a new branch called 'website'
This commit is contained in:
srcarter3 2021-06-01 09:35:25 -06:00 committed by GitHub
parent c434243dcb
commit 0350c4b9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ name: Publish Sphinx Built Webpages to Github Pages
on: on:
push: push:
branches: branches:
- main - website
paths: paths:
- 'docs/**' - 'docs/**'
- 'examples/**' - 'examples/**'