Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 729b45c

Browse files
authored
Fix documentation building (#190)
* Update gh_pages.yml * Update gh_pages.yml
1 parent bdcc9d4 commit 729b45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.x'
19+
python-version: '3.9'
2020
- name: Install package
2121
run: |
2222
pip install -r requirements_build.txt
@@ -27,7 +27,7 @@ jobs:
2727
pip install -r requirements.txt
2828
make html
2929
- name: Deploy docs
30-
uses: JamesIves/[email protected].3
30+
uses: JamesIves/[email protected].8
3131
with:
3232
branch: gh-pages
3333
folder: ${{ github.workspace }}/doc/_build/html

0 commit comments

Comments
 (0)