Skip to content

Commit 17e4929

Browse files
Update WiKi.yml
1 parent 8aa8391 commit 17e4929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/WiKi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
2929
with:
3030
python-version: '3.x'
31-
- name: Install dependencies
32-
run: pip install markdown
31+
# - name: Install dependencies
32+
# run: pip install markdown
3333
- name: Generate HTML
3434
run: |
3535
cd wiki

0 commit comments

Comments
 (0)