diff --git a/.github/workflows/docsgen.yml b/.github/workflows/docsgen.yml index 5a70e96..dbec4e3 100644 --- a/.github/workflows/docsgen.yml +++ b/.github/workflows/docsgen.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout Wiki uses: actions/checkout@v2 with: - repository: ${{github.repository}}.wiki + repository: https://github.com/revarbat/BOSL2.wiki.git path: BOSL2.wiki - name: Install gifsicle diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69eed65..da02744 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,11 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Clone Wiki - run: | - cd $GITHUB_WORKSPACE - git clone https://github.com/revarbat/BOSL2.wiki.git - - name: Install OpenSCAD run: | cd $GITHUB_WORKSPACE @@ -33,9 +28,10 @@ jobs: uses: actions/checkout@v2 - name: Clone Wiki - run: | - cd $GITHUB_WORKSPACE - git clone https://github.com/revarbat/BOSL2.wiki.git + uses: actions/checkout@v2 + with: + repository: https://github.com/revarbat/BOSL2.wiki.git + path: BOSL2.wiki - name: Apt Update run: sudo apt update @@ -53,7 +49,7 @@ jobs: sudo mv OpenSCAD-2021.01*-x86_64.AppImage /usr/local/bin/openscad sudo chmod +x /usr/local/bin/openscad - - name: Generating Docs + - name: Checking Docs run: | cd $GITHUB_WORKSPACE echo "::add-matcher::.github/openscad_docsgen.json" diff --git a/affine.scad b/affine.scad index 55c3ea3..7654973 100644 --- a/affine.scad +++ b/affine.scad @@ -45,6 +45,7 @@ function ident(n) = [ // bool = is_affine(x,); // Topics: Affine, Matrices, Transforms, Type Checking // See Also: is_matrix() +// fleegul() // Description: // Tests if the given value is an affine matrix, possibly also checking it's dimenstion. // Arguments: