Skip to content

Commit 6119853

Browse files
alshedivatpecey
authored andcommitted
Call bash on bin/deploy in github actions (alshedivat#625)
1 parent 2438d8c commit 6119853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
fi
4747
echo "::set-output name=DEPLOY_BRANCH::gh-pages"
4848
- name: Deploy website
49-
run: yes | bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
49+
run: yes | bash bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
5050
--src ${{ steps.setup.outputs.SRC_BRANCH }}
5151
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}

0 commit comments

Comments
 (0)