Skip to content

Commit

Permalink
Add docs-folder to git action yaml (#81)
Browse files Browse the repository at this point in the history
* add docs-folder to git action yaml

* add cache call

* remove run call

* add setup-python

* add python version

* move path of setup-python

* move setup-python back

* change ver of alabaster

* alabaster ver back to 0.7.16

* check python version

* add setup-python

* move setup_py to upper

* add pre-build-command

* change python version

* check python availability

* change python ver

* test 3.9.x

* change setup python path

* add .python-version

* check py versions

* test another ver of python

* alabaster to 0.7.13

* add pyenv-action

* separate pyenv build

* fix typo

* python version to 3.9

* change master to dev

* remove pre-build command

* add build command
  • Loading branch information
chan-hoo authored Mar 28, 2024
1 parent 1b77d1f commit a134f10
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 a134f10

Please sign in to comment.