We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568369b commit a76f728Copy full SHA for a76f728
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
16
- uses: actions/cache@v4
17
with:
18
key: ${{ github.ref }}
19
- path: .cache
20
- - run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev python-dev
+ path: ~/.cache/pip
+ - run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
21
- run: pip install mkdocs-material
22
- run: pip install -r requirements.txt
23
- run: mkdocs gh-deploy --force
0 commit comments