mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix typo in GitHub Actions workflow for documentation deployment
This commit is contained in:
parent
e8461d189d
commit
851b0ff806
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-doc.yml
vendored
2
.github/workflows/push-doc.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: pip install --no-cache-dir --require-hashes -r docs/requirements.txt && sudo apt install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
|
||||
- name: Hide doc
|
||||
if: inputs.HIDDEN == true
|
||||
run: mike prop ${{ inputs.VERSION }} --set hidden=true
|
||||
run: mike props ${{ inputs.VERSION }} --set hidden=true
|
||||
- name: Push doc
|
||||
run: mike deploy --update-aliases --push --alias-type=copy ${{ inputs.VERSION }} ${{ inputs.ALIAS }}
|
||||
- name: Set default doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue