Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/chan-hoo/land-DA_workflow
Browse files Browse the repository at this point in the history
…into bugfix/mod_update
  • Loading branch information
chan-hoo committed Mar 28, 2024
2 parents 478837a + a134f10 commit 235b1fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3

- name: Build HTML
uses: ammaraskar/sphinx-action@master

uses: ammaraskar/sphinx-action@dev
with:
docs-folder: "doc/"
build-command: "sphinx-build source build"

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

0 comments on commit 235b1fe

Please sign in to comment.