From feca4745945fb3e0dc179b74b7bf10c3b8817d6d Mon Sep 17 00:00:00 2001 From: Jim Han <50871214+JimhHan@users.noreply.github.com> Date: Mon, 15 Mar 2021 13:47:34 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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