|
|
@ -42,10 +42,12 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: production-files |
|
|
|
name: production-files |
|
|
|
path: ./dist |
|
|
|
path: ./dist |
|
|
|
|
|
|
|
|
|
|
|
- name: Insert config |
|
|
|
- name: Insert config |
|
|
|
env: |
|
|
|
env: |
|
|
|
DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }} |
|
|
|
DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }} |
|
|
|
run: cat "$DEPLOY_CONFIG" > ./dist/config.js |
|
|
|
run: cat "$DEPLOY_CONFIG" > ./dist/config.js |
|
|
|
|
|
|
|
|
|
|
|
- name: Deploy to gh-pages |
|
|
|
- name: Deploy to gh-pages |
|
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|