Skip to content

Commit

Permalink
add api data process temporarely
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 30, 2024
1 parent 577d74d commit 23bcc9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-new-framework-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Build API Viewer
run: qx deploy --target=build -v --clean

- name: Create API data
run: |
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
with:
Expand Down

0 comments on commit 23bcc9b

Please sign in to comment.