Skip to content

Commit 2d533ca

Browse files
Merge pull request #58 from AlexanderWillner/main
Fixing GitHub Pages
2 parents 134a005 + 2e8718b commit 2d533ca

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)