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
06f890f6af
commit
36ba244f07
@ -13,9 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: sudo apt update
|
- run: apt update
|
||||||
- run: sudo apt install python3-pip
|
- run: apt install python3-pip
|
||||||
- run: pip install mkdocs-material
|
- run: pip3 install mkdocs-material
|
||||||
|
|
||||||
- run: mkdocs build
|
- run: mkdocs build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user