Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Nov 27, 2022
1 parent dd584d6 commit a8bceea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -21,15 +21,13 @@ jobs:
- run: yarn install
- run: npm run site:build
- run: |
cd public
git init
git config --local user.name antv
git config --local user.email antv@antfin.com
git add .
git add dist -f
git commit -m "update by release action"
- uses: ad-m/github-push-action@master
with:
github_token: ${{secrets.PERSONAL_ACCESS_TOKEN}}
directory: public
branch: gh-pages
branch: g2plot-site
force: true

0 comments on commit a8bceea

Please sign in to comment.