Skip to content

Commit 414dd27

Browse files
committed
Remove leftover step
1 parent 648680d commit 414dd27

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ jobs:
131131
antora \
132132
-Pantora.downloadNode=false \
133133
-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
139134
140135
deploy_documentation:
141136
name: Deploy Documentation

0 commit comments

Comments
 (0)