Skip to content

Commit f763108

Browse files
authored
Update deploy.yml
1 parent 91bdca0 commit f763108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- id: set-matrix
1515
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"}]'
16+
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"}]'
1717
echo $MATRIX
1818
echo "::set-output name=matrix::$MATRIX"
1919

0 commit comments

Comments
 (0)