update deploy script with new config system

This commit is contained in:
Jelle van Snik 2022-12-27 17:02:12 +01:00
parent d73ee207da
commit ffcba436d7

View File

@ -42,7 +42,10 @@ 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: