ci: fix doc deploy action (#507)

Fix for simple mkdocs deploy action. I'll likely rewrite this if I add versioning, which I probably will.
This commit is contained in:
Clement Tsang 2021-06-20 22:48:14 -07:00 committed by GitHub
parent 06071d5abf
commit 53296d11d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -23,5 +23,6 @@ jobs:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mdx_truly_sane_lists
- run: cd docs/
- run: mkdocs gh-deploy --force
- run: |
cd docs/
mkdocs gh-deploy --force

View File

@ -226,7 +226,7 @@ The release binaries are packaged with shell auto-completion files for bash, fis
You can run bottom using `btm`.
For help on flags, use `btm -h` for a quick overview or `btm --help` for more details.
For help on flags, use `btm -h` for a quick overview or `btm --help` for more details. You can find more information on usage in the [documentation](https://clementtsang.github.io/bottom/).
## Configuration