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 6d0f85c commit 9a03394
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: npm install
- name: 文档项目编译
run: npm run build
- name: 查看编译产物
run: ls docs/.vitepress/dist
# 部署
deploy:
permissions:
Expand All @@ -43,6 +45,6 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
BRANCH: gh-pages
ACCESS_TOKEN: ${{ secrets.GIT_TOKEN }}
FOLDER: docs/.vitepress/dist
branch: gh-pages
token: ${{ secrets.GIT_TOKEN }}
folder: docs/.vitepress/dist

0 comments on commit 9a03394

Please sign in to comment.