This commit is contained in:
Juli 2024-07-22 22:30:08 +03:00
parent eb7c2fb247
commit 74a5a04be0

View file

@ -7,12 +7,12 @@ steps:
- pip install mkdocs-material
- python -m mkdocs build
- cd site
- git remote set-url origin git@git.gay:Julimiro/pages.git
- git remote set-url origin https://git.gay/Julimiro/pages.git
- git config --global user.email "juli@julimiro.eu"
- git config --global user.name "Woodpecker automation"
- git add .
- git commit -m "Automatic build from woodpecker"
- ssh -o "StrictHostKeyChecking=no" git@git.gay
- git config credential.helper store
- git push --set-upstream origin main
#steps:
# build: