Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Removed `gh_copy` redundant command
  • Loading branch information
Jayy001 committed Dec 26, 2023
1 parent 0936037 commit 710353f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 710353f

Please sign in to comment.