mirror of
https://git.gay/Juli/docs-source.git
synced 2025-04-23 02:38:38 +00:00
removed woodpecker
This commit is contained in:
parent
6422bcf445
commit
7302a9716f
1 changed files with 0 additions and 40 deletions
|
@ -1,40 +0,0 @@
|
|||
steps:
|
||||
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 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"
|
||||
- git config credential.helper store
|
||||
- git push --set-upstream origin main
|
||||
#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
|
||||
#
|
||||
# - name: push commit
|
||||
# image: appleboy/drone-git-push
|
||||
# settings:
|
||||
# remote_name: origin
|
||||
# branch: main
|
||||
# local_ref: main
|
||||
# path: mkdocs/
|
Loading…
Add table
Reference in a new issue