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 bd58adc commit cf740aaCopy full SHA for cf740aa
.github/workflows/deploy.yml
@@ -10,7 +10,8 @@ env:
10
# You may need to change this to `BASE_URL: ''`
11
BASE_URL: /${{ github.event.repository.name }}
12
defaults:
13
- run: bash -leo pipefail {0}
+ run:
14
+ shell: bash -leo pipefail {0}
15
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
16
permissions:
17
contents: read
0 commit comments