diff --git a/.github/workflows/on-new-framework-tag.yml b/.github/workflows/on-new-framework-tag.yml index f8cbf8e47..3c857eac1 100644 --- a/.github/workflows/on-new-framework-tag.yml +++ b/.github/workflows/on-new-framework-tag.yml @@ -38,11 +38,11 @@ jobs: - name: Build API Viewer run: qx deploy --target=build -v --clean - - name: Create API data - run: | - npm ci - node compiled/deploy-node/createclassdb/index.js html/resource/apidata - node compiled/build-node/createclassdb/index.js html/resource/apidata +# - name: Create API data +# run: | +# npm ci +# node compiled/deploy-node/createclassdb/index.js html/resource/apidata +# node compiled/build-node/createclassdb/index.js html/resource/apidata - name: Deploy to GH page uses: peaceiris/actions-gh-pages@v4