diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index cdba893..a061702 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -27,13 +27,13 @@ jobs: - name: Install OpenSCAD run: sudo snap install openscad - - name: Generate Index - run: | - cd $GITHUB_WORKSPACE - ./scripts/make_all_docs -i - - name: Generating Docs run: | cd $GITHUB_WORKSPACE - ./scripts/make_all_docs -i + ./scripts/make_all_docs.sh -i + + - name: Generate Index + run: | + cd $GITHUB_WORKSPACE + ./scripts/genindex.sh diff --git a/version.scad b/version.scad index 2259d8e..7e93f3f 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,343]; +BOSL_VERSION = [2,0,344]; // Section: BOSL Library Version Functions