From 80648d0c01351d742956401f461fe033b12004a0 Mon Sep 17 00:00:00 2001 From: Henner Kollmann Date: Fri, 3 May 2024 13:32:11 +0200 Subject: [PATCH] test qx deploy --- .github/workflows/on-new-framework-tag.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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