Skip to content

Commit 6df89b9

Browse files
authored
Update deploy.yml (#50)
1 parent 48a0bd0 commit 6df89b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
# Since we have a top-level domain, this is no longer necessary
3232
# If we ever need to return to gtmun.github.io/couchmun,
3333
# uncomment these two lines.
34-
env:
35-
BASE_PATH: '/${{ github.event.repository.name }}'
34+
# env:
35+
# BASE_PATH: '/${{ github.event.repository.name }}'
3636
run: npm run build
3737

3838
- name: Upload production build
@@ -128,4 +128,4 @@ jobs:
128128
steps:
129129
- name: Deploy
130130
id: deployment
131-
uses: actions/deploy-pages@v4
131+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)