Skip to content

Commit 31feecb

Browse files
committed
Remove base_url for debugging
1 parent 55b7d0f commit 31feecb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444

4545
- name: Build website
4646
if: github.ref == 'refs/heads/main'
47-
run: |
48-
export BASE_URL="/uc-ospo-network.github.io"
49-
make html
47+
run: make html
5048

5149
- name: Deploy website
5250
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)