mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-02 08:56:49 +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
|
- name: Copy built files to docs
|
||||||
run: cp ./dist/shareon.min.* ./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
|
- name: Deploy to GitHub Pages
|
||||||
uses: crazy-max/ghaction-github-pages@v2.1.2
|
uses: crazy-max/ghaction-github-pages@v2.1.2
|
||||||
with:
|
with:
|
||||||
@ -36,4 +36,4 @@ jobs:
|
|||||||
build_dir: docs
|
build_dir: docs
|
||||||
fqdn: shareon.js.org
|
fqdn: shareon.js.org
|
||||||
jekyll: false
|
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