This commit is contained in:
Juli 2024-07-22 22:20:36 +03:00
parent 594e8920aa
commit 75ee2aa4be

View file

@ -1,18 +1,17 @@
steps:
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"
- git add .
- git commit -m "Automatic build from woodpecker"
- git push --set-upstream origin main
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"
- git add .
- git commit -m "Automatic build from woodpecker"
- git push --set-upstream origin main
#steps:
# build:
# - name : build