Skip to content

Commit dabc931

Browse files
committed
Fix workflow
1 parent b71785e commit dabc931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Deploy with gh-pages
3333
run: |
3434
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
35-
npm run deploy --cname v2.sugarlabs.org -u "github-actions-bot <[email protected]>"
35+
npx gh-pages -d dist -c v2.sugarlabs.org -u "github-actions-bot <[email protected]>"
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)