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.
2 parents 56b9f0c + 8da74d6 commit 96f89abCopy full SHA for 96f89ab
.github/workflows/deploy.yml
@@ -10,7 +10,9 @@ env:
10
# `BASE_URL` determines the website is served from, including CSS & JS assets
11
# You may need to change this to `BASE_URL: ''`
12
BASE_URL: /${{ github.event.repository.name }}
13
-
+defaults:
14
+ run:
15
+ shell: bash -leo pipefail {0}
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
18
contents: read
0 commit comments