mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
update github action
This commit is contained in:
parent
80799b7600
commit
1967c47e31
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: Insert config
|
||||
env:
|
||||
DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }}
|
||||
run: cat "$DEPLOY_CONFIG" > ./dist/config.js
|
||||
run: echo "$DEPLOY_CONFIG" > ./dist/config.js
|
||||
|
||||
- name: Deploy to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
Loading…
Reference in New Issue
Block a user