From 8807c84bb2a6a8a421841908394dfc94d8733a2d Mon Sep 17 00:00:00 2001 From: dravenwu Date: Thu, 18 Jan 2024 15:03:13 +0800 Subject: [PATCH] depoy --- .github/workflows/gh-pages.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f2a09084..64617410 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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