Skip to content

Commit

Permalink
Docs: Added favicon and link to disy homepage to githubpages document…
Browse files Browse the repository at this point in the history
…ation generation.
  • Loading branch information
buddemat committed Mar 1, 2024
1 parent 2ecf5d4 commit b6ed433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install pdoc
pip install .
# build documentation into docs/.
- run: pdoc --logo https://www.disy.net/typo3conf/ext/contentelements/Resources/Public/dist/img/logo-disy.svg -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/html/ --no-show-source src/cadenzaanalytics

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b6ed433

Please sign in to comment.