Skip to content

Commit cf740aa

Browse files
committed
This time with correctness
1 parent bd58adc commit cf740aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
# You may need to change this to `BASE_URL: ''`
1111
BASE_URL: /${{ github.event.repository.name }}
1212
defaults:
13-
run: bash -leo pipefail {0}
13+
run:
14+
shell: bash -leo pipefail {0}
1415
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1516
permissions:
1617
contents: read

0 commit comments

Comments
 (0)