Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# HUGO_ENVIRONMENT: staging
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
TZ: America/New York
run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io" -e staging
run: hugo --logLevel debug --baseURL "https://stumbo.github.io/InterlispDraft.github.io" -e staging

- run: ls ; ls public

Expand Down
2 changes: 1 addition & 1 deletion config/staging/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://interlisp.org/InterlispDraft.github.io
baseURL: /InterlispDraft.github.io

canonifyURLs: true
relativeURLs: true
Expand Down