This commit is contained in:
Juli 2024-07-22 22:18:39 +03:00
parent a2d76f1706
commit b16d2fe8ca

View file

@ -1,11 +1,12 @@
steps:
build:
image: python
commands:
- ls
- git clone https://git.gay/Julimiro/pages.git mkdocs/
- pip install mkdocs-material
- python -m mkdocs build
- name : build
image: python
commands:
- ls
- git clone https://git.gay/Julimiro/pages.git mkdocs/
- 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"
@ -13,11 +14,11 @@ steps:
#- git add .
#- git commit -m "Automatic build from woodpecker"
#- git push --set-upstream origin main
push:
- name: push commit
image: appleboy/drone-git-push
settings:
remote_name: origin
branch: main
local_ref: main
path: mkdocs/
image: appleboy/drone-git-push
settings:
remote_name: origin
branch: main
local_ref: main
path: mkdocs/