From 71adc3e2efe35b0635327909cebd84358cb909dc Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 19 Jun 2020 18:03:51 -0700 Subject: [PATCH] checkdocs workflow bugfix. --- .github/workflows/checkdocs.yml | 12 ++++++------ version.scad | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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