From b978db7c868b6cb564e769676c2f01951cd3e1f3 Mon Sep 17 00:00:00 2001 From: VnPower Date: Tue, 27 Aug 2024 17:14:57 +0700 Subject: [PATCH] Remove Codeberg pages --- .woodpecker.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a2c351d..9f25d32 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -37,21 +37,8 @@ steps: from_secret: CLOUDFLARE_API_TOKEN commands: - apk add npm --repository https://dl-cdn.alpinelinux.org/alpine/edge/community/ - - ls - - pwd - npx wrangler pages deploy site --project-name=pixivfe-docs when: branch: [ v2 ] path: *docs_path event: [ push, tag, release, manual ] - - deploy-docs-codeberg: - image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1 - settings: - folder: site - ssh_key: - from_secret: DOCS_SSH_KEY - when: - branch: [ v2 ] - path: *docs_path - event: [ push, tag, release, manual ]