mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update documentation
This commit is contained in:
parent
1b6973f05a
commit
e90a93c303
5 changed files with 19 additions and 3 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -23,7 +23,8 @@ jobs:
|
|||
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
|
||||
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