Skip to content

Commit 3ab1d86

Browse files
committed
Remove docs step
1 parent 56b8ddf commit 3ab1d86

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,4 @@ jobs:
4040
name: Commit changes
4141
run: |
4242
git add -A .
43-
-
44-
name: Create PR on docs repo
45-
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4.0.4
46-
with:
47-
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
48-
push-to-fork: docker-tools-robot/docker.github.io
49-
commit-message: Update Compose reference API to ${{ github.event.release.name }}
50-
signoff: true
51-
branch: dispatch/compose-api-reference-${{ github.event.release.name }}
52-
delete-branch: true
53-
title: Update Compose reference API to ${{ github.event.release.name }}
54-
body: |
55-
Update the Compose reference API documentation to keep in sync with the latest release `${{ github.event.release.name }}`
56-
draft: false
43+

0 commit comments

Comments
 (0)