diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cb579a6c1..eb6b1b360 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 diff --git a/config/staging/hugo.yaml b/config/staging/hugo.yaml index 8fe6bbf5a..d4b622b1c 100644 --- a/config/staging/hugo.yaml +++ b/config/staging/hugo.yaml @@ -1,4 +1,4 @@ -baseURL: https://interlisp.org/InterlispDraft.github.io +baseURL: /InterlispDraft.github.io canonifyURLs: true relativeURLs: true