ci: 修改 github actions 配置文件

This commit is contained in:
张传龙 2022-04-09 22:43:58 +08:00
parent ba5d32244f
commit 4ef58b612f

View File

@ -20,10 +20,6 @@ jobs:
with: with:
node-version: '16.x' node-version: '16.x'
- name: Delete gh-pages branch
run: |
git push origin --delete gh-pages
- name: Build - name: Build
run: | run: |
pnpm install pnpm install