Skip to content

Commit

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

- name: Build HTML
uses: actions/setup-python@v3
with:
python-version: '3.9.x'
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
Expand Down

0 comments on commit e7f6e81

Please sign in to comment.