Skip to content

Commit

Permalink
fix: adds --push to mike deploy (#1773)
Browse files Browse the repository at this point in the history
Ensures changes are pushed to the gh-pages branch

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 authored Dec 5, 2024
1 parent d55d48f commit c70c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Create release
shell: bash
run: |
mike deploy ${{ needs.mike-version.outputs.mver }}
mike deploy --push ${{ needs.mike-version.outputs.mver }}
- name: Ensure latest is latest
shell: bash
run: |
Expand Down

0 comments on commit c70c145

Please sign in to comment.