Skip to content

Commit 8bb55c6

Browse files
committed
Unset BASE_URL for custom DNS deployment
We're not deployed at <http://agu2025.workshops.geojupyter.org/> so we no longer need the BASE_URL that was useful when we were deployed at GH Pages <https://geojupyter.github.io/workshop-open-source-geospatial>.
1 parent 018f5a6 commit 8bb55c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: ["main"]
66
workflow_dispatch:
77

8-
env:
9-
BASE_URL: "/${{ github.event.repository.name }}"
10-
118

129
# Allow one concurrent deployment
1310
concurrency:

0 commit comments

Comments
 (0)