Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent 6a1a630 commit cf720b0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
permissions:
contents: read

concurrency:
group: pdoc
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,13 +23,7 @@ jobs:
- run: pip install -e .[pdoc] hatch
- name: Generate docs
timeout-minutes: 1
run: |-
pdoc hexdoc
--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 cf720b0

Please sign in to comment.