Skip to content

Commit 53d8016

Browse files
authored
ci: publish docs on push master (#43)
* doc: update and fix typos
1 parent 8b312e7 commit 53d8016

5 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2
1111
- name: GitHub Action for Flake8
1212
uses: cclauss/GitHub-Action-for-Flake8@v0.5.0

.github/workflows/publish_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Publish Docs
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
5+
branches:
6+
- master
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313

.github/workflows/publish_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v2
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v2
1515
with:
1616
python-version: '3.x'
1717
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- name: Test with tox
2727
run: tox
2828

29-
- name: GitHub Action for Flake8
30-
uses: cclauss/GitHub-Action-for-Flake8@v0.5.0
31-
3229
- name: Upload coverage to Codecov
3330
uses: codecov/codecov-action@v1
3431
with:

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The official [cloudscale.ch](https://www.cloudscale.ch) command line interface (
44

55
## Install
66

7-
Packages are publish on [PyPi](https://pypi.org/project/cloudscale-cli/).
7+
Packages are published on [PyPi](https://pypi.org/project/cloudscale-cli/).
88

99
Install using `pip` or alternatively [pipx](https://pipxproject.github.io/pipx/):
1010

@@ -28,9 +28,11 @@ Options:
2828
-p, --profile TEXT Profile used in config file.
2929
--debug Enables debug log output.
3030
-o, --output [table|json] Output format. [default: table]
31+
-v, --verbose Verbose output.
3132
-h, --help Show this message and exit.
3233
3334
Commands:
35+
custom-image
3436
flavor
3537
floating-ip
3638
image

0 commit comments

Comments
 (0)