mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 06:02:39 +00:00
formatting deploying.yml
This commit is contained in:
parent
131706e2bb
commit
93cb97b304
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue