Browse Source

update github action

pull/115/head
Jelle van Snik 3 years ago
parent
commit
1967c47e31
  1. 2
      .github/workflows/deploying.yml

2
.github/workflows/deploying.yml

@ -46,7 +46,7 @@ jobs:
- 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: echo "$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

Loading…
Cancel
Save