File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
docs/content/getting-started Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -89,3 +89,13 @@ steps:
89
89
- " mv ./dist/codefresh-win.exe ./dist/codefresh.exe"
90
90
- " zip codefresh-v${{PACKAGE_VERSION}}-win-x64.zip README.md LICENSE -j ./dist/codefresh.exe "
91
91
- ' curl --fail -X POST -H "Content-Type:application/octet-stream" -H "Authorization: token ${{GITHUB_TOKEN}}" --data-binary @codefresh-v${{PACKAGE_VERSION}}-win-x64.zip https://uploads.github.com/repos/codefresh-io/cli/releases/${{GITHUB_RELEASE_ID}}/assets?name=codefresh-v${{PACKAGE_VERSION}}-win-x64.zip'
92
+
93
+
94
+ update_documentation :
95
+ title : " Update documentation http://cli.codefresh.io"
96
+ image : codefresh/cli-build
97
+ commands :
98
+ - " echo Building public docs"
99
+ - " yarn build-public-docs"
100
+ - " Push new docs to gh-pages detached branch"
101
+ - ' cd public && git add --all && git commit -m "Publish new documentation for version ${{PACKAGE_VERSION}}"'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ weight = 10
6
6
+++
7
7
8
8
## Install
9
- Install the CLI through one of the possible ways described in the [ Installation] ( /installation ) page
9
+ Install the CLI through one of the possible ways described in the [ Installation] ( /installation ) page.
10
10
11
11
## Authenticate
12
12
In order to start working with the cli you will need to update the authentication configuration. <br />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.7.7 " ,
3
+ "version" : " 0.7.8 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments