1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

update github action

This commit is contained in:
Jelle van Snik 2022-12-27 17:35:07 +01:00
parent 80799b7600
commit 1967c47e31

View file

@ -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