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:
8989 - " mv ./dist/codefresh-win.exe ./dist/codefresh.exe"
9090 - " zip codefresh-v${{PACKAGE_VERSION}}-win-x64.zip README.md LICENSE -j ./dist/codefresh.exe "
9191 - ' 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
66+++
77
88## 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.
1010
1111## Authenticate
1212In 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 11{
22 "name" : " codefresh" ,
3- "version" : " 0.7.7 " ,
3+ "version" : " 0.7.8 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments