Skip to content

Commit

Permalink
ci: enable force push for GitHub Pages deployment in CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaele-oplabs committed Dec 23, 2024
1 parent e95fa59 commit 9992cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
git add .
git commit -m "Deploy to GitHub Pages [skip ci]"
# git push origin ${pages_branch} --force
git push origin ${pages_branch} --force
docker-release:
environment:
Expand Down

0 comments on commit 9992cba

Please sign in to comment.