Skip to content

Commit

Permalink
Added GitHub action to publish workflow to automatically create a rel…
Browse files Browse the repository at this point in the history
…ease.
  • Loading branch information
oliverandrich committed Oct 9, 2024
1 parent 7d8cd61 commit 66d86a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}

- name: Build documentation
run: uvx --with mkdocs-material mkdocs build

- name: Publish documentation
run: uvx --with mkdocs-material mkdocs gh-deploy --force
- name: Release
uses: softprops/action-gh-release@v2

0 comments on commit 66d86a4

Please sign in to comment.