From beff397d2f98d051269f5dc53eab3592df7c4f99 Mon Sep 17 00:00:00 2001 From: Shamil <66209982+shamilsan@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:17:54 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23152e8..aa2cb45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,15 +37,15 @@ jobs: run: trunk build --release - name: Setup GitHub Pages - # if: github.event_name == 'push' + if: github.event_name == 'push' uses: actions/configure-pages@v5 - name: Upload Pages artifact - # if: github.event_name == 'push' + if: github.event_name == 'push' uses: actions/upload-pages-artifact@v3 with: path: dist - name: Deploy to GitHub Pages - # if: github.event_name == 'push' + if: github.event_name == 'push' uses: actions/deploy-pages@v4