Skip to content

Commit

Permalink
test qx deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed May 3, 2024
1 parent 834def6 commit 80648d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on-new-framework-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80648d0

Please sign in to comment.