From 7302a9716fd907e440e0a374ebc9eaa17555acb8 Mon Sep 17 00:00:00 2001 From: Juli Date: Sun, 25 Aug 2024 11:48:21 +0300 Subject: [PATCH] removed woodpecker --- .woodpecker/build.yaml.bak | 40 -------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .woodpecker/build.yaml.bak diff --git a/.woodpecker/build.yaml.bak b/.woodpecker/build.yaml.bak deleted file mode 100644 index 04443d5..0000000 --- a/.woodpecker/build.yaml.bak +++ /dev/null @@ -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/ \ No newline at end of file