From 002bafc604c6715faa58f32e399a0ad7a0c0c8dc Mon Sep 17 00:00:00 2001 From: Arunkumar <108559398+Arunvijay28@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:49:56 +0530 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6d39a50..3357297 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,9 +22,15 @@ jobs: run: CI=false npm run build - - name: Deploy to gh-pages + # - name: Deploy to gh-pages + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./build + + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./public