Skip to content

Commit 353562a

Browse files
authored
Update deploy.yml
1 parent 9565fd0 commit 353562a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.9
19-
- run: pip install \
20-
mkdocs-material
19+
- run: pip install -r requirements.txt
2120
- run: mkdocs gh-deploy --config-file mkdocs.yml --force
2221

2322
deploy:

0 commit comments

Comments
 (0)