Skip to content

Commit

Permalink
chore: update site branch to gh-pages (#6633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored Dec 12, 2024
1 parent 1a700f6 commit 4d93059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
with:
github_token: ${{secrets.PERSONAL_ACCESS_TOKEN}}
directory: ./packages/site/dist
branch: v5-site
branch: gh-pages
force: true
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"build": "npm run doc && dumi build",
"build:memo": "node --expose-gc --max-old-space-size=32768 ./node_modules/dumi/bin/dumi build",
"deploy": "gh-pages -d dist -b v5-site",
"deploy": "gh-pages -d dist",
"dev": "dumi dev",
"doc": "ts-node ./scripts/generate-api.ts && ts-node ./scripts/generate-doc.ts",
"doc:add": "node ./scripts/doc-template.mjs",
Expand Down

0 comments on commit 4d93059

Please sign in to comment.