Skip to content

Commit

Permalink
ci: deploy mkdocs when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Aug 1, 2024
1 parent df149f1 commit 6b8cc0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 6b8cc0a

Please sign in to comment.