Skip to content

Commit 3cae0e9

Browse files
committed
clean again
1 parent 46c414b commit 3cae0e9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/docusaurus_sync.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Sync API reference with Docusaurus
22

33
on:
4-
5-
pull_request:
64
push:
75
tags:
86
- "v[0-9]+.[0-9]+.[0-9]+*"
@@ -90,12 +88,11 @@ jobs:
9088
uses: peter-evans/create-pull-request@v7
9189
with:
9290
token: ${{ secrets.HAYSTACK_BOT_TOKEN }}
93-
commit-message: "Sync HaystackExperimental API reference on Docusaurus"
91+
commit-message: "Sync Haystack Experimental API reference on Docusaurus"
9492
branch: sync-docusaurus-api-reference-experimental
9593
base: main
96-
title: "docs: sync HaystackExperimental API reference on Docusaurus"
94+
title: "docs: sync Haystack Experimental API reference on Docusaurus"
9795
add-paths: |
9896
docs-website
9997
body: |
100-
This PR syncs the HaystackExperimental API reference on Docusaurus. Just approve and merge it.
101-
draft: true
98+
This PR syncs the Haystack Experimental API reference on Docusaurus. Just approve and merge it.

0 commit comments

Comments
 (0)