From 37d0d618ce7eb2a7e866f67f5880bce872e95313 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sun, 4 Aug 2024 18:58:58 +0800 Subject: [PATCH] :construction_worker: remove build doc --- .github/workflows/release.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cb780d..d75b021 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,24 +111,3 @@ jobs: felinae98/nonebot-bison:sentry cache-from: type=gha cache-to: type=gha,mode=max - deploy-web: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Build Docs - uses: ./.github/actions/build-docs - - - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v3 - with: - publish-dir: "./docs/.vuepress/dist" - production-deploy: true - github-token: ${{ secrets.GITHUB_TOKEN }} - deploy-message: "Deploy ${{ env.TAG_NAME }}" - enable-commit-comment: false - alias: ${{ env.TAG_NAME }} - env: - NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}