From 9eb86197464e2e3a735db34118724c10adeb7eb1 Mon Sep 17 00:00:00 2001 From: Josue Ibarra Date: Fri, 3 Jan 2025 11:33:55 -0800 Subject: [PATCH] enable deployment --- .github/workflows/publish-to-gh-pages.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml index bcf17d5ff..9a508d90b 100644 --- a/.github/workflows/publish-to-gh-pages.yml +++ b/.github/workflows/publish-to-gh-pages.yml @@ -73,9 +73,9 @@ jobs: npm install npm run build - # - name: Deploy 🚀 - # uses: JamesIves/github-pages-deploy-action@v4 - # with: - # branch: gh-pages # The branch the action should deploy to. - # folder: build # The folder the action should deploy. - # clean: true # Automatically remove deleted files from the deploy branch + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: gh-pages # The branch the action should deploy to. + folder: build # The folder the action should deploy. + clean: true # Automatically remove deleted files from the deploy branch