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 48a0bd0 commit 6df89b9Copy full SHA for 6df89b9
1 file changed
.github/workflows/deploy.yml
@@ -31,8 +31,8 @@ jobs:
31
# Since we have a top-level domain, this is no longer necessary
32
# If we ever need to return to gtmun.github.io/couchmun,
33
# uncomment these two lines.
34
- env:
35
- BASE_PATH: '/${{ github.event.repository.name }}'
+ # env:
+ # BASE_PATH: '/${{ github.event.repository.name }}'
36
run: npm run build
37
38
- name: Upload production build
@@ -128,4 +128,4 @@ jobs:
128
steps:
129
- name: Deploy
130
id: deployment
131
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments