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 d3c9e5d commit 666baffCopy full SHA for 666baff
.github/workflows/gh-pages.yml
@@ -149,7 +149,7 @@ jobs:
149
# HUGO_ENVIRONMENT: staging
150
# HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
151
TZ: America/New York
152
- run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io"
+ run: hugo --logLevel debug --baseURL "https://interlisp.org/InterlispDraft.github.io" -e staging
153
154
- name: Deploy
155
uses: peaceiris/actions-gh-pages@v4
config/staging/hugo.yaml
@@ -1,4 +1,6 @@
1
-baseURL: https://interlisp.org
+baseURL: https://interlisp.org/InterlispDraft.github.io
2
+
3
+canonifyURLs: true
4
5
languageCode: en-us
6
title: 'Staging Environment'
0 commit comments