summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ghpages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml
index fb025f4..3b07aef 100644
--- a/.github/workflows/ghpages.yml
+++ b/.github/workflows/ghpages.yml
@@ -29,6 +29,7 @@ jobs:
cd gh-pages
git config --local user.email "matt.peveler@gmail.com"
git config --local user.name "MasterOdin"
+ git add . || :
git commit -s -m "deploy: ${{ steps.slug.outputs.sha8 }}" -a || :
- name: Push changes