This commit is contained in:
Juli 2024-07-22 21:56:17 +03:00
parent 4d049fb28c
commit bb4f8cb80d

View file

@ -5,4 +5,18 @@ steps:
- ls
- pip install mkdocs-material
- python -m mkdocs build
- ls
- cd site
- git init
- git add .
- git remote add origin git@git.gay:Julimiro/pages.git
- git commit -m "Automatic build from woodpecker"
- git pull
- git push
#push:
# - name: push commit
#image: appleboy/drone-git-push
#settings:
# remote_name: origin
#branch: main
#local_ref: gh-pages
#path: path/to/repo