Skip to content

Commit

Permalink
try without changes
Browse files Browse the repository at this point in the history
  • Loading branch information
qwersem committed Jan 29, 2024
1 parent cd1ccec commit e3be562
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
docs-folder: doc

- name: Deploy documentation
if: ${{ github.event_name == 'workflow_dispatch' && inputs.perform_deploy }}
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: doc/_build/html
# - name: Deploy documentation
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.perform_deploy }}
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# branch: gh-pages
# folder: doc/_build/html
9 changes: 5 additions & 4 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ importlib-metadata==6.0.0
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==23.0
Pillow==10.2.0
Pillow==9.4.0
Pygments==2.14.0
pytz==2022.7.1
PyYAML==6.0.1
reportlab==4.0.9
PyYAML==6.0
reportlab==3.6.12
requests==2.28.2
rst2pdf==0.101
rst2pdf==0.99
smartypants==2.0.1
snowballstemmer==2.2.0
Sphinx==5.3.0
Expand All @@ -28,3 +28,4 @@ sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib.applehelp==1.0.3
urllib3==1.26.14
zipp==3.11.0

0 comments on commit e3be562

Please sign in to comment.