Skip to content

Commit 05afa47

Browse files
committed
Update baseURL
1 parent 5157777 commit 05afa47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# HUGO_ENVIRONMENT: staging
156156
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
157157
TZ: America/New York
158-
run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io" -e staging
158+
run: hugo --logLevel debug --baseURL "https://stumbo.github.io/InterlispDraft.github.io" -e staging
159159

160160
- run: ls ; ls public
161161

config/staging/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://interlisp.org/InterlispDraft.github.io
1+
baseURL: /InterlispDraft.github.io
22

33
canonifyURLs: true
44
relativeURLs: true

0 commit comments

Comments
 (0)