Skip to content

Commit

Permalink
Update docset
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 14, 2024
1 parent 068b6a2 commit 1824bee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
PIP_NO_PYTHON_VERSION_WARNING: 1

permissions:
contents: read
permissions: {}

jobs:
docset:
Expand All @@ -26,7 +25,7 @@ jobs:

- run: pip install tox

- run: tox -e docset
- run: tox run -e docset
- run: tar --exclude='.DS_Store' -cvzf structlog.tgz structlog.docset

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1824bee

Please sign in to comment.