We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d05fdd commit 8303b80Copy full SHA for 8303b80
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ env:
11
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
12
# If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
13
# BASE_URL: /${{ github.event.repository.name }}
14
- BASE_URL=''
+ BASE_URL: ''
15
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
permissions:
0 commit comments