Skip to content

Commit

Permalink
add setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 4ed4076 commit 7ff0d5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
python-version: '3.9'
cache: 'pip'

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

0 comments on commit 7ff0d5c

Please sign in to comment.