Skip to content

Commit

Permalink
move path of setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 0d0689b commit cae2b83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Build HTML
uses: actions/setup-python@v4
with:
python-version: '3.9'
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"

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

0 comments on commit cae2b83

Please sign in to comment.