Skip to content

Commit

Permalink
move setup_py to upper
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 16d988f commit 63e97d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- name: Build HTML
uses: actions/setup-python@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'

- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
Expand Down

0 comments on commit 63e97d2

Please sign in to comment.