File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments