From 504e30a62b0db5e34b5ced3c691c5b25abbc4281 Mon Sep 17 00:00:00 2001 From: virtualzone Date: Wed, 28 Aug 2024 10:39:07 +0200 Subject: [PATCH] Fix pageas build --- .github/workflows/gh-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7f7f096..4fac7d3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,9 +24,8 @@ jobs: working-directory: ./website run: npm run build - name: Deploy to GitHub Pages - working-directory: ./website uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./website/out cname: chargebot.io \ No newline at end of file