Skip to content

Commit a224a82

Browse files
committed
battle css
1 parent a6f45e6 commit a224a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ before_script:
77
pages:
88
stage: deploy
99
script:
10-
- ./hugo -d public --baseURL='$HUGO_BASEURL'
11-
- echo '$HUGO_BASEURL'
10+
- ./hugo -d public --baseURL=$HUGO_BASEURL
11+
- echo $HUGO_BASEURL
1212
artifacts:
1313
paths:
1414
- public

0 commit comments

Comments
 (0)