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 6323838 commit 6d0f85c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
needs: build
steps:
- name: Deploy
uses: actions/configure-pages@v3
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
publish_dir: docs/.vitepress/dist
BRANCH: gh-pages
ACCESS_TOKEN: ${{ secrets.GIT_TOKEN }}
FOLDER: docs/.vitepress/dist

0 comments on commit 6d0f85c

Please sign in to comment.