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