We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648680d commit 414dd27Copy full SHA for 414dd27
.github/workflows/main.yml
@@ -131,11 +131,6 @@ jobs:
131
antora \
132
-Pantora.downloadNode=false \
133
-Dscan.tag.Documentation
134
- - name: Trigger documentation site deployment
135
- if: github.event_name == 'push' && github.repository == 'junit-team/junit-framework' && github.ref == 'refs/heads/main'
136
- env:
137
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138
- run: gh workflow run deploy-docs.yml --ref docs-site
139
140
deploy_documentation:
141
name: Deploy Documentation
0 commit comments