Call bash on bin/deploy in github actions (#625)
This commit is contained in:
parent
a6174a6e13
commit
f7dd7f61c6
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -46,6 +46,6 @@ jobs:
|
||||
fi
|
||||
echo "::set-output name=DEPLOY_BRANCH::gh-pages"
|
||||
- name: Deploy website
|
||||
run: yes | bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
|
||||
run: yes | bash bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
|
||||
--src ${{ steps.setup.outputs.SRC_BRANCH }}
|
||||
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
|
||||
|
Loading…
Reference in New Issue
Block a user