Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpinnerX authored Sep 18, 2024
1 parent 34572fe commit 6fc4188
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: sudo apt install doxygen
# - run: sudo apt install doxygen
- run: pip install -r requirements.txt
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit 6fc4188

Please sign in to comment.