mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 22:30:23 +02:00
Merge pull request #196 from revarbat/revarbat_dev
Don't error out action when no file changes to commit.
This commit is contained in:
2
.github/workflows/docsgen.yml
vendored
2
.github/workflows/docsgen.yml
vendored
@@ -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 )
|
||||
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,387];
|
||||
BOSL_VERSION = [2,0,388];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user