Skip to content

Commit 666baff

Browse files
committed
More testing
1 parent d3c9e5d commit 666baff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
# HUGO_ENVIRONMENT: staging
150150
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
151151
TZ: America/New York
152-
run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io"
152+
run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io" -e staging
153153

154154
- name: Deploy
155155
uses: peaceiris/actions-gh-pages@v4

config/staging/hugo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
baseURL: https://interlisp.org
1+
baseURL: https://interlisp.org/InterlispDraft.github.io
2+
3+
canonifyURLs: true
24

35
languageCode: en-us
46
title: 'Staging Environment'

0 commit comments

Comments
 (0)