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