Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
delete : publish documentation -> See mkdocs.yml
  • Loading branch information
Ston14 authored Jun 30, 2024
1 parent 2a9453b commit a236411
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
echo "::set-output name=package_version::`poetry version --short`"
shell: bash

- name: publish documentation
run: |
poetry install -E doc
poetry run mkdocs build
git config --global user.name Docs deploy
git config --global user.email docs@dummy.bot.com
poetry run mike deploy -p --ignore `poetry version --short`
poetry run mike set-default -p `poetry version --short`
- name: Build wheels and source tarball
run: |
poetry lock
Expand Down

0 comments on commit a236411

Please sign in to comment.