We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e0063 commit 5a26406Copy full SHA for 5a26406
1 file changed
.github/workflows/build-mkdocs.yml
@@ -18,10 +18,6 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: 3.10
21
- - uses: actions/cache@v3
22
- with:
23
- key: ${{ github.ref }}
24
- path: .cache
25
- run: pip install -r requirements.txt
26
- run: mkdocs gh-deploy --force
27
0 commit comments