Skip to content

Commit b71785e

Browse files
committed
Custom domain added
1 parent 79bfaba commit b71785e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 -- -u "github-actions-bot <[email protected]>"
35+
npm run deploy --cname v2.sugarlabs.org -u "github-actions-bot <[email protected]>"
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint .",
1111
"preview": "vite preview --host",
1212
"predeploy": "npm run build",
13-
"deploy": "gh-pages -d dist--cname v2.sugarlabs.org",
13+
"deploy": "gh-pages -d dist",
1414
"lint:ts": "eslint 'src/**/*.{ts,tsx}'",
1515
"lint:md": "markdownlint '**/*.md' --ignore-path .prettierignore",
1616
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,md}'",

0 commit comments

Comments
 (0)