diff options
| author | 2023-10-07 09:35:21 +0800 | |
|---|---|---|
| committer | 2023-10-07 09:35:21 +0800 | |
| commit | 3354c5b1a7ce566126d71518425ac0a340af12d6 (patch) | |
| tree | f3d52e5a07954a862a8e7ddef6bf138e4c72ec1e /.github/workflows/python-publish.yml | |
| parent | 9c5d5136c6dd4ae9846f5d03aca1ad63fa549080 (diff) | |
| download | infini-1.0.2.tar.gz infini-1.0.2.zip | |
Diffstat (limited to '.github/workflows/python-publish.yml')
| -rw-r--r-- | .github/workflows/python-publish.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 505a9ef0..e50381d0 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -40,7 +40,6 @@ jobs: tag="${{ github.ref_name }}" DOC_VERSION=${tag%.*} pdm run mike deploy --no-redirect --update-aliases "$DOC_VERSION" latest - mike set-default --push latest git push origin gh-pages - run: | |
