Call bash on bin/deploy in github actions (#625)
This commit is contained in:
parent
a6174a6e13
commit
f7dd7f61c6
|
|
@ -46,6 +46,6 @@ jobs:
|
||||||
fi
|
fi
|
||||||
echo "::set-output name=DEPLOY_BRANCH::gh-pages"
|
echo "::set-output name=DEPLOY_BRANCH::gh-pages"
|
||||||
- name: Deploy website
|
- 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 }}
|
--src ${{ steps.setup.outputs.SRC_BRANCH }}
|
||||||
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
|
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue