This commit is contained in:
Juli 2024-07-22 21:44:33 +03:00
parent 9a8976571c
commit 4d049fb28c

View file

@ -3,4 +3,6 @@ steps:
image: python
commands:
- ls
- pip install mkdocs-material
- pip install mkdocs-material
- python -m mkdocs build
- ls