Skip to content

Commit

Permalink
fix: mkdocs runner
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jun 28, 2024
1 parent bd7858b commit fea6cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: build-docs
on:
push:
branches:
Expand All @@ -16,4 +16,5 @@ jobs:
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-typer
- run: poetry install
- run: cd docs && mkdocs gh-deploy --force --clean --verbose
2 changes: 1 addition & 1 deletion docs/docs/tui.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Terminal User Interface
# Terminal User Interface

0 comments on commit fea6cf2

Please sign in to comment.