Skip to content

Commit

Permalink
Back to multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent cf720b0 commit 6e6ca6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ 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/ --output-directory docs/
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
with:
Expand Down

0 comments on commit 6e6ca6b

Please sign in to comment.