File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ jobs:
35
35
- hugo/install :
36
36
version : 0.132.2
37
37
- run :
38
- name : " Build production website"
38
+ name : " Build website"
39
39
command : |
40
40
artifactsUrl="https://output.circle-artifacts.com/output/job/${CIRCLE_WORKFLOW_JOB_ID}/artifacts/0/site"
41
41
npm run build \
42
42
-- \
43
43
--baseURL "${artifactsUrl}/"
44
44
environment :
45
45
# For maximum backward compatibility with Hugo modules
46
- HUGO_ENVIRONMENT : production
47
- HUGO_ENV : production
46
+ HUGO_ENVIRONMENT : circleci
47
+ HUGO_ENV : circleci
48
48
TZ : America/New_York
49
49
- persist_to_workspace :
50
50
paths :
Original file line number Diff line number Diff line change
1
+ # Overrides for CircleCI environment
2
+ baseurl = " /"
3
+ uglyURLs = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuodb-cp-docs" ,
3
- "version" : " 0.0.0 " ,
4
- "description" : " Doks theme " ,
5
- "author" : " Hyas " ,
6
- "license" : " MIT " ,
3
+ "version" : " 0.0.1 " ,
4
+ "description" : " NuoDB Control Plane documentation " ,
5
+ "author" : " NuoDB " ,
6
+ "license" : " BSD-3-Clause " ,
7
7
"scripts" : {
8
8
"create" : " hugo new" ,
9
9
"dev" : " hugo server --disableFastRender --noHTTPCache" ,
You can’t perform that action at this time.
0 commit comments