Skip to content

Commit e801fda

Browse files
committed
build: fix github action
1 parent 5727c8c commit e801fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
- name: Deploy Develop
105105
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
106106
uses: upsetjs/actions-gh-pages@sgratzl
107+
env:
108+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
107109
with:
108110
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
109111
external_repository: upsetjs/upsetjs.github.io

0 commit comments

Comments
 (0)