Skip to content

Commit

Permalink
Always build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent 0e658f6 commit 578679e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,17 @@ jobs:
python -m build core
python -m build plugin
- name: Publish docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: ncipollo/[email protected]
name: Create GitHub release
if: contains(github.ref, 'tags')
with:
artifacts: "core/dist/*,plugin/dist/*"

- name: Publish docs
if: contains(github.ref, 'tags')
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release on PyPI
if: contains(github.ref, 'tags')
env:
Expand Down

0 comments on commit 578679e

Please sign in to comment.