summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-30 05:15:23 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-30 05:15:23 +0000
commitd569713adba1325930e35eba7ee5c47d0749e0d6 (patch)
tree871d5d06c7cf8f38d70fcc5617e1f9fc87c87f6b
parentdc7c3f45a8f4daecb687f964120a9d9174257e60 (diff)
downloadasciidoc-py3-d569713adba1325930e35eba7ee5c47d0749e0d6.tar.gz
add git add to gh-pages to workflow to commit untracked files
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-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