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 ae8e352 commit 10d7dd7Copy full SHA for 10d7dd7
codefresh-release.yml
@@ -98,7 +98,7 @@ steps:
98
- "apk update && apk add git nodejs"
99
- "npm install"
100
- "echo cleaning previous public dir and recreating worktree"
101
- - "rm -rf public && git worktree add -B gh-pages public origin/gh-pages"
+ - "rm -rf public && git worktree prune && git worktree add -B gh-pages public origin/gh-pages"
102
- "echo Building public docs"
103
- "npm run build-public-docs"
104
- "echo Push new docs to gh-pages detached branch"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments