Allow insecure on deploy

This commit is contained in:
2021-02-22 11:54:13 +01:00
parent 22aaf60c8a
commit a75d9773b2

View File

@@ -19,6 +19,8 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.5.9
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.