We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1249ad commit 73acd54Copy full SHA for 73acd54
.github/workflows/reusable-github-pages.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Set default site version
68
if: ${{ inputs.set-default }}
69
run: |
70
- mike set-default ${{ inputs.set-version }} --push --branch ${{ inputs.branch }}
+ mike set-default ${{ inputs.site-version }} --push --branch ${{ inputs.branch }}
71
72
# `mike` is specifically built to be used together with GitHub pages.
73
# To upload the website to another service (i.e. AWS S3) uncomment
0 commit comments