mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-03-09 02:39:47 +00:00
checkdocs workflow bugfix.
This commit is contained in:
parent
8e24ff55de
commit
71adc3e2ef
2 changed files with 7 additions and 7 deletions
12
.github/workflows/checkdocs.yml
vendored
12
.github/workflows/checkdocs.yml
vendored
|
@ -27,13 +27,13 @@ jobs:
|
||||||
- name: Install OpenSCAD
|
- name: Install OpenSCAD
|
||||||
run: sudo snap install openscad
|
run: sudo snap install openscad
|
||||||
|
|
||||||
- name: Generate Index
|
|
||||||
run: |
|
|
||||||
cd $GITHUB_WORKSPACE
|
|
||||||
./scripts/make_all_docs -i
|
|
||||||
|
|
||||||
- name: Generating Docs
|
- name: Generating Docs
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
./scripts/make_all_docs -i
|
./scripts/make_all_docs.sh -i
|
||||||
|
|
||||||
|
- name: Generate Index
|
||||||
|
run: |
|
||||||
|
cd $GITHUB_WORKSPACE
|
||||||
|
./scripts/genindex.sh
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,343];
|
BOSL_VERSION = [2,0,344];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue