From 3fdbfbd3c3af235c38f4779bd2bc5f77b39fa2b6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 24 Feb 2026 22:40:02 -0700 Subject: [PATCH] Update .gitea/workflows/automatic-deployment.yml --- .gitea/workflows/automatic-deployment.yml | 34 ----------------------- 1 file changed, 34 deletions(-) diff --git a/.gitea/workflows/automatic-deployment.yml b/.gitea/workflows/automatic-deployment.yml index 3466f4f..9e55e64 100644 --- a/.gitea/workflows/automatic-deployment.yml +++ b/.gitea/workflows/automatic-deployment.yml @@ -5,40 +5,6 @@ on: branches: [ main ] jobs: -# mkdocs_deploy: -# name: Sync Docs to https://docs.bunny-lab.io -# runs-on: gitea-runner-mkdocs -# -# steps: -# - name: Install Node.js, git, rsync, and curl -# run: | -# apk add --no-cache nodejs npm git rsync curl -# -# - name: Checkout Repository -# uses: actions/checkout@v3 -# -# - name: Copy Repository Data to Production Server -# run: | -# rsync -a --delete \ -# --exclude='.git/' \ -# --exclude='.gitea/' \ -# --exclude='assets/' \ -# --exclude='schema/' \ -# --exclude='stylesheets/' \ -# --exclude='schema.json' \ -# . /Gitops_Destination/ -# -# - name: Trigger Material MKDocs Container Re-Deployment -# run: | -# curl --fail --show-error --silent --insecure \ -# -X POST \ -# "https://192.168.3.48:9443/api/stacks/webhooks/c891d2b5-7eca-42ef-8c3f-896bffbae803" -# -# - name: Notify via NTFY -# if: always() -# run: | -# curl -d "https://docs.bunny-lab.io - MKDocs job status: ${{ job.status }}" https://ntfy.bunny-lab.io/gitea-runners - zensical_deploy: name: Sync Docs to https://kb.bunny-lab.io runs-on: zensical-host