Skip to content

Commit

Permalink
Add Push
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Dec 9, 2023
1 parent 2f9b0b3 commit 98577bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.ref == 'refs/heads/0.6.3'
run: |
echo "Branchname: ${GITHUB_REF#refs/heads/}"
mike deploy --rebase --update-aliases --title="${GITHUB_REF#refs/heads/}" "${GITHUB_REF#refs/heads/}"
mike deploy --rebase --push --update-aliases --title="${GITHUB_REF#refs/heads/}" "${GITHUB_REF#refs/heads/}"
- name: Build docs from this branch
if: github.ref == 'refs/heads/0.7.0'
Expand Down

0 comments on commit 98577bd

Please sign in to comment.