From 91e5212d5e3e9b8ad16fabeeb4b6d8957b0c45c6 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 7 Apr 2024 14:47:12 -0400 Subject: [PATCH] back to skywarth's --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2258b8f..12c846d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,8 +37,7 @@ jobs: - name: Build run: npm run build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: skywarth/vite-github-pages-deployer@v1.3.0 id: deploy_to_pages with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + build_path: ./dist