Workflow fixed

This commit is contained in:
Paramtamtam 2020-07-08 22:46:17 +05:00
parent a4a996c292
commit bce0277e7b
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -54,7 +54,7 @@ jobs:
run: git add . run: git add .
- name: Commit changes - 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 - name: Push changes
run: git push github --force run: git push github --force