mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 20:16:45 +02:00
Fix OPENSCADPATH for checkdocs action.
This commit is contained in:
2
.github/workflows/checkdocs.yml
vendored
2
.github/workflows/checkdocs.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
export PATH=$GITHUB_WORKSPACE:$PATH
|
export PATH=$GITHUB_WORKSPACE:$PATH
|
||||||
export OPENSCADPATH=$(basename $GITHUB_WORKSPACE)
|
export OPENSCADPATH=$(dirname $GITHUB_WORKSPACE)
|
||||||
echo "Using OPENSCADPATH=$OPENSCADPATH"
|
echo "Using OPENSCADPATH=$OPENSCADPATH"
|
||||||
./scripts/make_all_docs.sh -i
|
./scripts/make_all_docs.sh -i
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,353];
|
BOSL_VERSION = [2,0,354];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user