From e85b9900eab54b5bc4035b8066d111ce683b561a Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:58:13 +0800 Subject: [PATCH] fix(action): fix build dir for gh-pages deployment --- .env.exaample | 1 + .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .env.exaample diff --git a/.env.exaample b/.env.exaample new file mode 100644 index 00000000..5dd62e6c --- /dev/null +++ b/.env.exaample @@ -0,0 +1 @@ +author="Anda Toshiki " \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a0b8da3..25433296 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/configure-pages@v2 - uses: actions/upload-pages-artifact@v1 with: - path: docs/.vitepress/dist + path: ./dist - name: 🪗 Deploy to GitHub pages id: deployment uses: actions/deploy-pages@v1