1
0
mirror of synced 2026-08-29 21:53:11 +00:00

sync and refactor docs build

- upgrade Antora to 3.2.0-alpha.2
- remove Antora patch to support linked worktrees
- upgrade Antora Collector to latest alpha
- remove dispatch.sh script (handled by gh run workflow)
- consistently use gh run workflow to trigger workflows
- remove step to publish generated docs (no longer in use)
This commit is contained in:
Dan Allen
2022-11-21 17:49:18 -07:00
committed by Steve Riesenberg
parent 2d567cdb09
commit 3f2bade4f1
3 changed files with 3 additions and 46 deletions
-5
View File
@@ -1,5 +0,0 @@
REPOSITORY_REF="$1"
TOKEN="$2"
curl -H "Accept: application/vnd.github.everest-preview+json" -H "Authorization: token ${TOKEN}" --request POST --data '{"event_type": "request-build-reference"}' https://api.github.com/repos/${REPOSITORY_REF}/dispatches
echo "Requested Build for $REPOSITORY_REF"