Skip to content

Commit 137f283

Browse files
committed
No need to deploy docs nightly for now
1 parent 3496cc5 commit 137f283

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

.github/workflows/nightly-build-validation.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -54,37 +54,6 @@ jobs:
5454
echo "Docs build artifacts verified successfully."
5555
fi
5656
57-
deploy-docs:
58-
name: 📚 Deploy Documentation
59-
runs-on: ubuntu-latest
60-
needs: validate-complete-build
61-
permissions:
62-
contents: read
63-
pages: write
64-
id-token: write
65-
environment:
66-
name: github-pages
67-
url: ${{ steps.deployment.outputs.page_url }}
68-
steps:
69-
- name: 📥 Checkout Code
70-
uses: actions/checkout@v4
71-
72-
- name: 📚 Deploy Documentation
73-
id: deployment
74-
uses: ./.github/actions/deploy-docs
75-
with:
76-
docs-artifact-name: 'thunder-docs'
77-
build-docs: 'false'
78-
github-token: ${{ secrets.GITHUB_TOKEN }}
79-
80-
- name: 📝 Add Docs Deployment Summary
81-
run: |
82-
echo "# 📚 Nightly Documentation Deployment" >> $GITHUB_STEP_SUMMARY
83-
echo "" >> $GITHUB_STEP_SUMMARY
84-
echo "✅ Nightly documentation has been deployed to GitHub Pages!" >> $GITHUB_STEP_SUMMARY
85-
echo "" >> $GITHUB_STEP_SUMMARY
86-
echo "🔗 View at: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/" >> $GITHUB_STEP_SUMMARY
87-
8857
validate-sample-packaging-linux:
8958
name: 📦 Validate Linux & Windows Sample Packaging
9059
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)