We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f45e6 commit a224a82Copy full SHA for a224a82
1 file changed
.gitlab-ci.yml
@@ -7,8 +7,8 @@ before_script:
7
pages:
8
stage: deploy
9
script:
10
- - ./hugo -d public --baseURL='$HUGO_BASEURL'
11
- - echo '$HUGO_BASEURL'
+ - ./hugo -d public --baseURL=$HUGO_BASEURL
+ - echo $HUGO_BASEURL
12
artifacts:
13
paths:
14
- public
0 commit comments