Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Mar 17, 2024
1 parent 1210f59 commit e1a9952
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
npm install pnpm -g
pnpm i
pnpm run build --base=/${REPO}
git config --global user.name "github-actions-bot"
git config --global user.email "[email protected]>"
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/fudan-generative-vision/${REPO}.git
git remote -v
npx gh-pages -d dist -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: Leeway213
REPO: champ
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
repositorty-name: fudan-generative-vision/champ
target-folder: /

0 comments on commit e1a9952

Please sign in to comment.