Skip to content

Commit

Permalink
👷 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
TAKETODAY committed Apr 14, 2024
1 parent 16fe98d commit 2844212
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2844212

Please sign in to comment.