Skip to content

Commit cd04dcf

Browse files
committed
Update sphinx.yml
added code to debug
1 parent 71e7b5e commit cd04dcf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
# publish: true
3333

3434
- name: Deploy
35+
if: github.ref != 'refs/heads/gh-pages'
3536
uses: peaceiris/actions-gh-pages@v3
3637
with:
3738
github_token: ${{ secrets.DOCSITE_TOKEN }}

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ myst-parser
33
sphinx-design
44
nbsphinx
55
sphinx_tabs
6+
numpy

0 commit comments

Comments
 (0)