Skip to content

Commit

Permalink
Allow empty commits to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed Apr 18, 2022
1 parent cd65d9e commit a4dc352
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 @@ -164,5 +164,5 @@ jobs:
rsync --files-from=list.txt -R docs/_build/html/ .
cat list.txt | xargs git add
git commit -m "Deploy to GitHub pages"
git commit --allow-empty -m "Deploy to GitHub pages"
git push --force-with-lease origin gh-pages

0 comments on commit a4dc352

Please sign in to comment.