Once again fix GitHub action
parent
2d04b2a279
commit
40b671bf56
|
@ -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…
Reference in New Issue