Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 7s
Some checks failed
Continuous Integration / build (push) Failing after 7s
This commit is contained in:
parent
05cb75df20
commit
ccc48f5375
@ -13,10 +13,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
- run: apt update -y
|
||||
- run: apt install python-pip3 -y
|
||||
- run: pip3 install mkdocs-material
|
||||
|
||||
- run: mkdocs build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user