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 d2791b2 commit ed2ed70Copy full SHA for ed2ed70
.gitlab-ci.yml
@@ -7,6 +7,7 @@ before_script:
7
pages:
8
stage: deploy
9
script:
10
+ - git config --global --add safe.directory /builds/jstaaa/clean-jsta.rbind.io
11
- ./hugo -d public --baseURL=$HUGO_BASEURL
12
- echo $HUGO_BASEURL
13
artifacts:
0 commit comments