This commit is contained in:
Juli 2024-07-22 22:04:56 +03:00
parent 4e7744bb51
commit 4c3d0f5faa

View file

@ -7,6 +7,8 @@ steps:
- pip install mkdocs-material
- python -m mkdocs build
- cd site
- git config --global user.email "juli@julimiro.eu"
- git config --global user.name "Woodpecker automation"
- git add .
- git commit -m "Automatic build from woodpecker"
- git pull