Skip to content

Commit 96f89ab

Browse files
authored
Merge pull request #3 from projectpythia-mystmd/brian-rose-patch-1
Set default shell
2 parents 56b9f0c + 8da74d6 commit 96f89ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ env:
1010
# `BASE_URL` determines the website is served from, including CSS & JS assets
1111
# You may need to change this to `BASE_URL: ''`
1212
BASE_URL: /${{ github.event.repository.name }}
13-
13+
defaults:
14+
run:
15+
shell: bash -leo pipefail {0}
1416
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1517
permissions:
1618
contents: read

0 commit comments

Comments
 (0)