mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 13:44:14 +02:00
Add OPENSCADPATH to github actions.
This commit is contained in:
2
.github/workflows/checkdocs.yml
vendored
2
.github/workflows/checkdocs.yml
vendored
@@ -49,12 +49,12 @@ jobs:
|
|||||||
- name: Generate Index
|
- name: Generate Index
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
export PATH=$GITHUB_WORKSPACE:$PATH
|
|
||||||
./scripts/genindex.sh
|
./scripts/genindex.sh
|
||||||
|
|
||||||
- name: Generating Docs
|
- name: Generating Docs
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
export PATH=$GITHUB_WORKSPACE:$PATH
|
export PATH=$GITHUB_WORKSPACE:$PATH
|
||||||
|
export OPENSCADPATH=$(basename $GITHUB_WORKSPACE)
|
||||||
./scripts/make_all_docs.sh -i
|
./scripts/make_all_docs.sh -i
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,351];
|
BOSL_VERSION = [2,0,352];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user