diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 92c7cfc1..6b0e7d00 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: run: yarn install - name: Build working-directory: ./docs - run: yarn build + run: yarn build-gh - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: diff --git a/docs/package.json b/docs/package.json index 7c8822ed..66d0084f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "scripts": { "dev": "vuepress dev src", "build": "vuepress build src", - "build-gh": "cross-env BASE_URL=/public-site/docs/ vuepress build src" + "build-gh": "cross-env BASE_URL=/docs/ vuepress build src" }, "license": "MIT", "devDependencies": {