diff --git a/.github/workflows/docsgen.yml b/.github/workflows/docsgen.yml index 1cd09a2c..b5f43547 100644 --- a/.github/workflows/docsgen.yml +++ b/.github/workflows/docsgen.yml @@ -29,16 +29,6 @@ jobs: hdiutil attach OpenSCAD.dmg cp -a /Volumes/OpenSCAD/OpenSCAD.app /Applications/ - - name: Generate Index - run: | - cd $GITHUB_WORKSPACE - ./scripts/genindex.sh - - - name: Generate Cheat Sheet - run: | - cd $GITHUB_WORKSPACE - ./scripts/gencheat.sh - - name: Generating Docs run: | cd $GITHUB_WORKSPACE