Don't error out action when no file changes to commit.

This commit is contained in:
Garth Minette 2020-07-07 00:54:39 -07:00
parent 65cdecaf54
commit 30d2f5ae8c
2 changed files with 2 additions and 2 deletions

View file

@ -47,6 +47,6 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
./scripts/make_all_docs.sh -i && cd BOSL2.wiki && git add . && git commit -m "Wiki docs auto-regen." && git push --set-upstream https://${GH_PAT}@github.com/revarbat/BOSL2.wiki.git master
./scripts/make_all_docs.sh -i && cd BOSL2.wiki && git add --all && ( git commit -m "Wiki docs auto-regen." && git push --set-upstream https://${GH_PAT}@github.com/revarbat/BOSL2.wiki.git master || true )

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,387];
BOSL_VERSION = [2,0,388];
// Section: BOSL Library Version Functions