ci/cd - disable redirect when pushing doc

This commit is contained in:
florian 2023-09-10 17:51:41 +02:00
parent d4f38cc795
commit c364e46663
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 -r docs/requirements.txt
- name: Push doc
run: mike deploy --update-aliases --push ${{ inputs.VERSION }} ${{ inputs.ALIAS }}
run: mike deploy --update-aliases --push --no-redirect ${{ inputs.VERSION }} ${{ inputs.ALIAS }}
- name: Set default doc
if: inputs.ALIAS == 'latest'
run: mike set-default --push latest