Skip to content

Commit 7939683

Browse files
committed
battle multi baseurl
1 parent 5bc4c6f commit 7939683

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_script:
77
pages:
88
stage: deploy
99
script:
10-
- ./hugo -d public
10+
- ./hugo -d public --baseURL="$HUGO_BASEURL"
1111
artifacts:
1212
paths:
1313
- public

config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
baseurl = "http://clean-jsta-rbind-io-2a1533.lisdi-pages.lanl.gov/"
21
languageCode = "en-us"
32
title = "Jemma Stachelek"
43
theme = "hugo-lithium-theme"

0 commit comments

Comments
 (0)