From 28442127dfdbbeb23eff7c29cbf62effb9895bec Mon Sep 17 00:00:00 2001 From: Harry Yang Date: Mon, 15 Apr 2024 00:34:42 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9b64049c8f..9473182381 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -67,28 +67,3 @@ jobs: - name: Deploy to GitHub Pages 🚀 id: deployment uses: actions/deploy-pages@v4 - -# - name: Deploy 🚀 -# uses: JamesIves/github-pages-deploy-action@v4 -# with: -# folder: "${{ github.workspace }}/infra-docs/build/site" -# target-folder: docs -# -# # Deployment job -# deploy: -# concurrency: ci-${{ github.ref }} -# runs-on: ubuntu-latest -# needs: build-docs -# steps: -# - name: Checkout -# uses: actions/checkout@v4 -# -# - name: Download Artifacts -# uses: actions/download-artifact@v1 -# with: -# name: site -# -# - name: Deploy to GitHub Pages -# uses: JamesIves/github-pages-deploy-action@v4 -# with: -# folder: 'site' \ No newline at end of file