Skip to content

Commit a76f728

Browse files
Update ci.yml
1 parent 568369b commit a76f728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/cache@v4
1717
with:
1818
key: ${{ github.ref }}
19-
path: .cache
20-
- run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev python-dev
19+
path: ~/.cache/pip
20+
- run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
2121
- run: pip install mkdocs-material
2222
- run: pip install -r requirements.txt
2323
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)