Skip to content

Commit

Permalink
Call bash on bin/deploy in github actions (alshedivat#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat authored and zkotti committed Dec 10, 2022
1 parent 82bba9a commit 4c76211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4c76211

Please sign in to comment.