Skip to content

Commit 2e8718b

Browse files
Fixing GitHub Pages
1 parent d18880e commit 2e8718b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git config --local user.email "github-actions[bot]@users.noreply.github.com"
2929
git config --local user.name "github-actions[bot]"
30-
git diff-index --quiet HEAD || git commit -m "Updated docs" -a
30+
git commit -m "Updated docs" -a||true
3131
- name: Push changes
3232
uses: ad-m/github-push-action@master
3333
with:

0 commit comments

Comments
 (0)