Skip to content

Commit 2b5b5b9

Browse files
committed
Revert: Use build target instead of deploy output for gh pages
1 parent 02da7fa commit 2b5b5b9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@ jobs:
2222
run: npm install @qooxdoo/compiler --no-save --no-package-lock
2323

2424
- 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
25+
run: npx qx compile --target=build -v
3126

3227
- name: Deploy
3328
uses: peaceiris/actions-gh-pages@v3
3429
with:
3530
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
publish_dir: ./html
37-
keep_files: true
31+
publish_dir: ./compiled/build

0 commit comments

Comments
 (0)