File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -131,4 +131,7 @@ jobs:
131
131
destination-branch : main
132
132
git-user : terraform-docs-bot
133
133
git-user-email : bot@terraform-docs.io
134
- git-commit-message : " Update website content"
134
+ git-commit-message : |-
135
+ Update website content
136
+
137
+ from: https://github.com/terraform-docs/terraform-docs/commit/${{ github.sha }}
Original file line number Diff line number Diff line change 2
2
publish = " site/public"
3
3
4
4
[build .environment ]
5
- HUGO_VERSION = " 0.80 .0"
5
+ HUGO_VERSION = " 0.87 .0"
6
6
NODE_VERSION = " 15.5.1"
7
7
NPM_VERSION = " 7.3.0"
8
8
9
9
[context .deploy-preview ]
10
- command = " ./scripts/docs/prepare-site.sh && cd site && npm install && hugo -b ${DEPLOY_PRIME_URL} --gc"
10
+ command = """
11
+ ./scripts/docs/prepare-site.sh
12
+ cd site
13
+ npm install
14
+ hugo -b ${DEPLOY_PRIME_URL} --gc
15
+ """
You can’t perform that action at this time.
0 commit comments