mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-13 13:08:46 +02:00
Reworked the documentation action (#477)
This commit is contained in:
parent
0a72f0ce69
commit
8b405c9187
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
sphinx-apidoc -o . ../src/aki_prj23_transparenzregister -feP
|
sphinx-apidoc -o . ../src/aki_prj23_transparenzregister -feP
|
||||||
make html
|
make html
|
||||||
- name: Package artifact
|
- name: Package artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: documentations/_build/html/
|
path: documentations/_build/html/
|
||||||
|
|
||||||
@ -61,6 +61,6 @@ jobs:
|
|||||||
name: github-pages
|
name: github-pages
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v3
|
||||||
with:
|
with:
|
||||||
artifact_name: github-pages
|
artifact_name: github-pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user