Workflow fixed

This commit is contained in:
Paramtamtam
2020-07-08 22:46:17 +05:00
parent a4a996c292
commit bce0277e7b

View File

@ -54,7 +54,7 @@ jobs:
run: git add .
- name: Commit changes
run: git commit -m "Deploying ${GITHUB_SHA} to Github Pages"
run: git commit --allow-empty -m "Deploying ${GITHUB_SHA} to Github Pages"
- name: Push changes
run: git push github --force