From 30d2f5ae8c31b70b0ac9c261375e059098e09a09 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Tue, 7 Jul 2020 00:54:39 -0700 Subject: [PATCH] Don't error out action when no file changes to commit. --- .github/workflows/docsgen.yml | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docsgen.yml b/.github/workflows/docsgen.yml index 8cb1e66..8ab135c 100644 --- a/.github/workflows/docsgen.yml +++ b/.github/workflows/docsgen.yml @@ -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 ) diff --git a/version.scad b/version.scad index 36509e9..708eb59 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,387]; +BOSL_VERSION = [2,0,388]; // Section: BOSL Library Version Functions