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 b71785e commit dabc931Copy full SHA for dabc931
.github/workflows/deploy.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Deploy with gh-pages
33
run: |
34
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]>"
+ npx gh-pages -d dist -c v2.sugarlabs.org -u "github-actions-bot <[email protected]>"
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments