Skip to content

Commit dd21b52

Browse files
committed
chore: update deploy action
1 parent 37245c6 commit dd21b52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
- run: yarn install
2323
- run: npm run build
2424
- run: |
25-
cd ..
2625
git init
2726
git config --local user.name antv
2827
git config --local user.email [email protected]
29-
mv site/dist ./
3028
git add dist -f
3129
git commit -m "update by release action"
3230
- uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)