Skip to content

Commit

Permalink
force push docs deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Aug 15, 2023
1 parent fe5f58a commit 7a240fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: |
if [[ "${{github.ref_name}}" == "main" ]]; then
mike deploy main --push
mike deploy main --push --force
else
mike deploy dev --push
mike deploy dev --push --force
fi
mike set-default dev

0 comments on commit 7a240fb

Please sign in to comment.