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 be3228a commit aea9922Copy full SHA for aea9922
codefresh-release.yml
@@ -10,7 +10,7 @@ steps:
10
- "yarn install"
11
- "echo Building public docs"
12
- "yarn build-public-docs"
13
- - "Push new docs to gh-pages detached branch"
+ - "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
16
0 commit comments