Update publish.yml
Removed `gh_copy` redundant command
This commit is contained in:
parent
0936037e05
commit
710353fdb7
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user