Skip to content

Commit

Permalink
depoy
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenwu committed Jan 18, 2024
1 parent fccffce commit 8807c84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Dep
run: npm install
run: yarn
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages-deploy-action/releases/v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
publish_dir: ./docs/.vuepress/dist

0 comments on commit 8807c84

Please sign in to comment.