We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb4e9a + b1d8988 commit 2d9a9d0Copy full SHA for 2d9a9d0
.github/workflows/update.yml
@@ -28,6 +28,7 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
run: |
30
cd gh-pages
31
+ git update-index -q --refresh
32
git diff-index --quiet HEAD && exit 0 # commit only if something to do
33
git config --local user.email "[email protected]"
34
git config --local user.name "Update CI"
0 commit comments