From 710353fdb7d30328912531d81ffe83a22a36af75 Mon Sep 17 00:00:00 2001 From: Jayy001 <56607897+Jayy001@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:58:15 +0000 Subject: [PATCH] Update publish.yml Removed `gh_copy` redundant command --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d99b1fee2d..fc63893e56 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,10 +57,6 @@ jobs: sudo apt-get install xvfb xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui - - name: Prepare for GitHub Pages - if: success() - run: npx grunt copy:ghPages - - name: Deploy to GitHub Pages if: success() && github.ref == 'refs/heads/master' uses: actions/upload-pages-artifact@v3