Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent 6e6ca6b commit 36e3293
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- run: pip install -e .[pdoc] hatch
- name: Generate docs
timeout-minutes: 1
run: |-
pdoc hexdoc \!hexdoc._cli \!hexdoc._export \!hexdoc._templates
--edit-url hexdoc=https://github.com/object-Object/hexdoc/blob/main/src/hexdoc/
--favicon https://github.com/object-Object/hexdoc/raw/main/media/hexdoc.png
--logo https://github.com/object-Object/hexdoc/raw/main/media/hexdoc.png
--logo-link https://pypi.org/project/hexdoc/
run: |
pdoc hexdoc \!hexdoc._cli \!hexdoc._export \!hexdoc._templates \
--edit-url hexdoc=https://github.com/object-Object/hexdoc/blob/main/src/hexdoc/ \
--favicon https://github.com/object-Object/hexdoc/raw/main/media/hexdoc.png \
--logo https://github.com/object-Object/hexdoc/raw/main/media/hexdoc.png \
--logo-link https://pypi.org/project/hexdoc/ \
--output-directory docs/
- uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 36e3293

Please sign in to comment.