ci/cd - fix mike deploy breaking change

This commit is contained in:
florian 2023-12-02 20:37:30 +01:00
parent 91f0a9bbc7
commit 3270131f4c
No known key found for this signature in database
GPG Key ID: 93EE47CC3D061500
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Install doc requirements
run: pip install --no-cache-dir --require-hashes -r docs/requirements.txt
- name: Push doc
run: mike deploy --update-aliases --push --no-redirect ${{ inputs.VERSION }} ${{ inputs.ALIAS }}
run: mike deploy --update-aliases --push --alias-type=copy ${{ inputs.VERSION }} ${{ inputs.ALIAS }}
- name: Set default doc
if: inputs.ALIAS == 'latest'
run: mike set-default --push latest