Skip to content

Commit

Permalink
add: up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuan63 committed Aug 1, 2023
1 parent 9a03394 commit d62ba12
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,8 @@ jobs:
run: npm run build
- name: 查看编译产物
run: ls docs/.vitepress/dist
# 部署
deploy:
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url:
runs-on: ubuntu-latest
needs: build
steps:
- name: 查看路径
run: pwd
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit d62ba12

Please sign in to comment.