mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Update documentation
This commit is contained in:
parent
285916e9b1
commit
fb86af363e
2 changed files with 2 additions and 12 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -22,6 +22,8 @@ jobs:
|
|||
python3 -m pip install mkdocs # install mkdocs
|
||||
python3 -m pip install mkdocs-material # install material theme
|
||||
python3 -m pip install pygments pymdown-extensions mkdocs-material-extensions termcolor mkdocs-material mkdocs-macros-plugin
|
||||
- name: Copy README
|
||||
run: cp README.md docs/index.md
|
||||
- name: Build site
|
||||
run: mkdocs build
|
||||
- name: Github Pages Deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue