mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01: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:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
|
||||
- name: Insert config
|
||||
env:
|
||||
DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }}
|
||||
run: cat "$DEPLOY_CONFIG" > ./dist/config.js
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue