Skip to content

Commit f07f6e2

Browse files
committed
Fix workflow, next try
1 parent 9b57e0d commit f07f6e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
run: |
2323
npm install @qooxdoo/compiler
2424
npx qx compile --target=build -v
25-
git reset --hard HEAD
2625
2726
- name: Deploy
28-
uses: JamesIves/github-pages-deploy-action@releases/v3
27+
uses: JamesIves/github-pages-deploy-action@releases/v2
2928
with:
3029
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)