|
|
|
@ -29,7 +29,7 @@ jobs:
@@ -29,7 +29,7 @@ jobs:
|
|
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
|
with: |
|
|
|
|
name: production-files |
|
|
|
|
path: ./build |
|
|
|
|
path: ./dist |
|
|
|
|
|
|
|
|
|
deploy: |
|
|
|
|
name: Deploy |
|
|
|
@ -41,11 +41,11 @@ jobs:
@@ -41,11 +41,11 @@ jobs:
|
|
|
|
|
uses: actions/download-artifact@v2 |
|
|
|
|
with: |
|
|
|
|
name: production-files |
|
|
|
|
path: ./build |
|
|
|
|
path: ./dist |
|
|
|
|
|
|
|
|
|
- name: Deploy to gh-pages |
|
|
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
|
|
with: |
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
publish_dir: ./build |
|
|
|
|
publish_dir: ./dist |
|
|
|
|
cname: movie.squeezebox.dev |
|
|
|
|