mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
Add OPENSCADPATH to github actions.
This commit is contained in:
parent
45f46c6e43
commit
e9ca2bff0d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/checkdocs.yml
vendored
2
.github/workflows/checkdocs.yml
vendored
|
@ -49,12 +49,12 @@ jobs:
|
|||
- name: Generate Index
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
export PATH=$GITHUB_WORKSPACE:$PATH
|
||||
./scripts/genindex.sh
|
||||
|
||||
- name: Generating Docs
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
export PATH=$GITHUB_WORKSPACE:$PATH
|
||||
export OPENSCADPATH=$(basename $GITHUB_WORKSPACE)
|
||||
./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
|
||||
|
|
Loading…
Reference in a new issue