Skip to content

Commit

Permalink
Update build-site.yml fix deploy (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Dec 1, 2020
1 parent 8b544fe commit 0d0c812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
path: ./web/dist
- name: Deploy ImJoy to https://imjoy.io
uses: peaceiris/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
deploy_key: ${{ secrets.ACTION_DEPLOY_KEY }}
publish_dir: ./web/dist
Expand Down

0 comments on commit 0d0c812

Please sign in to comment.