Update publish.yml

Removed `gh_copy` redundant command
This commit is contained in:
Jayy001 2023-12-26 14:58:15 +00:00 committed by GitHub
parent 0936037e05
commit 710353fdb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,10 +57,6 @@ jobs:
sudo apt-get install xvfb sudo apt-get install xvfb
xvfb-run --server-args="-screen 0 1200x800x24" npx grunt testui 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 - name: Deploy to GitHub Pages
if: success() && github.ref == 'refs/heads/master' if: success() && github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3