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 eea6f73 commit b1249adCopy full SHA for b1249ad
.github/workflows/reusable-github-pages.yml
@@ -65,7 +65,7 @@ jobs:
65
mike deploy ${{ inputs.site-version }} ${{ inputs.version-alias }} --update-aliases --push --branch ${{ inputs.branch }}
66
67
- name: Set default site version
68
- if: ${{ inputs.site-default }}
+ if: ${{ inputs.set-default }}
69
run: |
70
mike set-default ${{ inputs.set-version }} --push --branch ${{ inputs.branch }}
71
0 commit comments