We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49260a4 commit aa304deCopy full SHA for aa304de
.github/workflows/deploy.yml
@@ -15,6 +15,8 @@ jobs:
15
- uses: bahmutov/npm-install@v1
16
17
- run: yarn build:demo
18
+ env:
19
+ BASE_PATHNAME: "snk"
20
21
- uses: crazy-max/ghaction-github-pages@068e494
22
with:
0 commit comments