Skip to content

Commit 66b512d

Browse files
committed
Remove environment variables for SITE and BASE_URL from build step in deploy workflow
1 parent a401421 commit 66b512d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
run: npm ci
3333

3434
- name: Build site
35-
env:
36-
SITE: ${{ github.event.repository.owner.html_url }}
37-
BASE_URL: /${{ github.event.repository.name }}
3835
run: npm run build
3936

4037
- name: Upload artifact

0 commit comments

Comments
 (0)