From 05afa478a30aa6a95c2ecce45715a1239c18e9e8 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Mon, 16 Sep 2024 07:26:42 -0400 Subject: [PATCH] Update baseURL --- .github/workflows/gh-pages.yml | 2 +- config/staging/hugo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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