Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fix `allow_empty_commit` option
  • Loading branch information
XhmikosR authored and mdo committed Jul 6, 2020
1 parent abb3b03 commit f3c23b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
emptyCommits: false
allow_empty_commit: false
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_branch: gh-pages
publish_dir: ./_site/

0 comments on commit f3c23b7

Please sign in to comment.