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 aea9922 commit 6162c0eCopy full SHA for 6162c0e
codefresh-release.yml
@@ -12,7 +12,8 @@ steps:
12
- "yarn build-public-docs"
13
- "echo Push new docs to gh-pages detached branch"
14
- 'cd public && git add --all && git commit -m "Publish new documentation for version ${{PACKAGE_VERSION}}"'
15
-
+ environment:
16
+ - HUGO_VERSION=0.32
17
18
fail_if_not_master:
19
title: "Validate running on master branch"
0 commit comments