diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60792b6..e024e45 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,14 @@ jobs: changelog-path: docs/CHANGELOG.md exclude-types: ${{ github.event.inputs.exclude-commit-types }} + deploy-mkdocs: + needs: commit-changelog-and-release + uses: deargen/workflows/.github/workflows/deploy-mkdocs.yml@master + with: + requirements-file: deps/lock/x86_64-manylinux_2_28/requirements_docs.txt + version-tag: ${{ github.event.inputs.version-tag }} + deploy-type: tag + # Below is generated by maturin linux: runs-on: ${{ matrix.platform.runner }} diff --git a/README.md b/README.md index a47b7f4..71d4920 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # bio-data-to-db: make Uniprot PostgreSQL database - [![image](https://img.shields.io/pypi/v/bio-data-to-db.svg)](https://pypi.python.org/pypi/bio-data-to-db) [![PyPI - Downloads](https://img.shields.io/pypi/dm/bio-data-to-db)](https://pypi.python.org/pypi/bio-data-to-db) [![image](https://img.shields.io/pypi/l/bio-data-to-db.svg)](https://pypi.python.org/pypi/bio-data-to-db)