build: Remove doc regeneration on doc/main
This commit is contained in:
parent
bba6bd63ce
commit
e1d27d6ae0
|
@ -1,11 +1,9 @@
|
||||||
name: deploy-docs
|
name: deploy-docs
|
||||||
|
|
||||||
# Run this when the master or main branch changes
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- doc/main
|
|
||||||
|
|
||||||
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
|
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -19,8 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
# Install dependencies
|
- name: Install Python
|
||||||
- name: Set up Python 3.11
|
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
Loading…
Reference in New Issue