Skip to content

Commit

Permalink
feat: Update ci.yml to meet requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Weslie0803 authored Nov 17, 2023
1 parent adcf6d6 commit 3002e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force

0 comments on commit 3002e84

Please sign in to comment.