diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1e4694..18cecfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,8 @@ -# This is a basic workflow to help you get started with Actions - name: Deploy Vuepress - on: push: branches: - master - jobs: build: runs-on: ubuntu-latest @@ -33,4 +29,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public + publish_dir: docs/.vuepress/dist