We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bdca0 commit f763108Copy full SHA for f763108
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- id: set-matrix
15
run: |
16
- MATRIX='[{"branch":"gh-pages","script":"build-for-gh-pages.sh"},{"branch":"heroku","script":"build-for-heroku.sh"},{"branch":"static","script":"build-static-site.sh"}]'
+ MATRIX='[{"branch":"gh-pages","script":"./bin/build-for-gh-pages.sh"},{"branch":"heroku","script":"./bin/build-for-heroku.sh"},{"branch":"static","script":"./bin/build-static-site.sh"}]'
17
echo $MATRIX
18
echo "::set-output name=matrix::$MATRIX"
19
0 commit comments