We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2438d8c commit 6119853Copy full SHA for 6119853
.github/workflows/deploy.yml
@@ -46,6 +46,6 @@ jobs:
46
fi
47
echo "::set-output name=DEPLOY_BRANCH::gh-pages"
48
- name: Deploy website
49
- run: yes | bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
+ run: yes | bash bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
50
--src ${{ steps.setup.outputs.SRC_BRANCH }}
51
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
0 commit comments