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 9b57e0d commit f07f6e2Copy full SHA for f07f6e2
.github/workflows/build-and-deploy.yml
@@ -22,10 +22,9 @@ jobs:
22
run: |
23
npm install @qooxdoo/compiler
24
npx qx compile --target=build -v
25
- git reset --hard HEAD
26
27
- name: Deploy
28
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@releases/v2
29
with:
30
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments