mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-25 22:44:04 +08:00
Fix pip install in mkdocs workflow
This commit is contained in:
parent
efd0dfaa2f
commit
174e703d2e
2
.github/workflows/mkdocs.yml
vendored
2
.github/workflows/mkdocs.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install --no-cache-dir mkdocs mkdocs-material pymdown-extensions
|
||||
working-directory: ./mkdocs
|
||||
- run: mkdocs gh-deploy --force
|
||||
working-directory: ./mkdocs
|
||||
|
Loading…
x
Reference in New Issue
Block a user