Skip to content

Commit e4a7f07

Browse files
committed
use mkdocs build
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 6e1d2bc commit e4a7f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ jobs:
8686
8787
- name: Build documentations
8888
run: |
89+
source .venv/bin/activate
8990
uv pip install -r docs/requirements.txt
90-
python3 docs/src/main.py --verbose
91+
mkdocs build
9192
9293
- name: Run documentation tests
9394
run: |

0 commit comments

Comments
 (0)