mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-02 00:46:45 +01:00
Once again fix GitHub action
This commit is contained in:
parent
2d04b2a279
commit
40b671bf56
4
.github/workflows/node.yml
vendored
4
.github/workflows/node.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Copy built files to docs
|
||||
run: cp ./dist/shareon.min.* ./docs
|
||||
if: github.event == 'push' && github.ref == 'refs/heads/master'
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: crazy-max/ghaction-github-pages@v2.1.2
|
||||
with:
|
||||
@ -36,4 +36,4 @@ jobs:
|
||||
build_dir: docs
|
||||
fqdn: shareon.js.org
|
||||
jekyll: false
|
||||
if: github.event == 'push' && github.ref == 'refs/heads/master'
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user