Skip to content

Commit 60413c3

Browse files
committed
feat(docs): UP CI
1 parent bcc7a57 commit 60413c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install -r requirements.txt
3131
32+
- name: Clean
33+
run: make clean
34+
3235
- name: Build HTML
3336
run: make html
3437

0 commit comments

Comments
 (0)