Skip to content

Commit

Permalink
Fix: Test with modified pdoc build path.
Browse files Browse the repository at this point in the history
  • Loading branch information
buddemat committed Mar 1, 2024
1 parent 2d789b6 commit 73ae3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
pip install pdoc
pip install .
# build documentation into docs/.
- run: pdoc --favicon https://www.disy.net/favicon.ico --logo https://www.disy.net/typo3conf/ext/contentelements/Resources/Public/dist/img/logo-disy.svg --logo-link https://www.disy.net/en/products/disy-cadenza -o docs/html/ --no-show-source src/cadenzaanalytics
- run: pdoc --favicon https://www.disy.net/favicon.ico --logo https://www.disy.net/typo3conf/ext/contentelements/Resources/Public/dist/img/logo-disy.svg --logo-link https://www.disy.net/en/products/disy-cadenza -o docs/ --no-show-source src/cadenzaanalytics

- uses: actions/upload-pages-artifact@v3
with:
path: docs/html/
path: docs/

# Deploy the artifact to GitHub pages.
# This is a separate job so that only actions/deploy-pages has the necessary permissions.
Expand Down

0 comments on commit 73ae3ee

Please sign in to comment.