Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizca authored Jun 14, 2024
1 parent 1580779 commit 2190683
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 @@ -28,7 +28,7 @@ jobs:
- run: pip install pdoc
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc src/ecfxa -o html --logo "https://www.astro.noa.gr/wp-content/uploads/2020/01/logo-en-white-1.png"
- run: pdoc src/ecfxa -o docs --logo "https://www.astro.noa.gr/wp-content/uploads/2020/01/logo-en-white-1.png"

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

0 comments on commit 2190683

Please sign in to comment.