Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Oct 4, 2023
1 parent f239df6 commit a088fe7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: docs
on:
push:
branches:
- main
tags:
- 'v*.*.*'
- v1.2.X

jobs:
deploy:
Expand All @@ -22,6 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install -r ./docs/sphinx_requirements.txt
pip install --verbose --editable .
Expand Down

0 comments on commit a088fe7

Please sign in to comment.