We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5157777 commit 05afa47Copy full SHA for 05afa47
.github/workflows/gh-pages.yml
@@ -155,7 +155,7 @@ jobs:
155
# HUGO_ENVIRONMENT: staging
156
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
157
TZ: America/New York
158
- 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
159
160
- run: ls ; ls public
161
config/staging/hugo.yaml
@@ -1,4 +1,4 @@
1
-baseURL: https://interlisp.org/InterlispDraft.github.io
+baseURL: /InterlispDraft.github.io
2
3
canonifyURLs: true
4
relativeURLs: true
0 commit comments