change documenatation action
This commit is contained in:
parent
8488fafd75
commit
d390449400
|
@ -19,15 +19,7 @@ jobs:
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ammaraskar/sphinx-action@0.4
|
||||||
- name: Sphinx Build
|
|
||||||
# You may pin to the exact commit or the version.
|
|
||||||
# uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2
|
|
||||||
uses: ammaraskar/sphinx-action@0.4
|
|
||||||
with:
|
with:
|
||||||
# The folder containing your sphinx docs.
|
docs-folder: "doc/"
|
||||||
docs-folder: doc/
|
|
||||||
# The command used to build your documentation.
|
|
||||||
build-command: make html
|
|
Loading…
Reference in New Issue