Skip to content

Commit

Permalink
test 3.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 3b9a13a commit de67adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.9.x'

- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
pre-build-command: "module avail;/usr/local/bin/python -m pip install --upgrade pip"
pre-build-command: "python --version;/usr/local/bin/python -m pip install --upgrade pip"

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit de67adb

Please sign in to comment.