We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02da7fa commit 2b5b5b9Copy full SHA for 2b5b5b9
.github/workflows/build-and-deploy.yml
@@ -22,16 +22,10 @@ jobs:
22
run: npm install @qooxdoo/compiler --no-save --no-package-lock
23
24
- name: Build
25
- run: |
26
- npx qx deploy --out=./html --source-maps
27
- ls -al ./html/qxl.packagebrowser
28
- cat ./compiled/build/qxl.packagebrowser/package-data.json
29
- rm -rf ./html/qxl.packagebrowser/demos
30
- mv ./compiled/build/qxl.packagebrowser/demos ./html/qxl.packagebrowser
+ run: npx qx compile --target=build -v
31
32
- name: Deploy
33
uses: peaceiris/actions-gh-pages@v3
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
- publish_dir: ./html
37
- keep_files: true
+ publish_dir: ./compiled/build
0 commit comments