Skip to content

Commit 00392ee

Browse files
committed
new improvements
1 parent e9e11d4 commit 00392ee

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/docusaurus_sync.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@ on:
77
tags:
88
- "v[0-9]+.[0-9]+.[0-9]+*"
99

10-
workflow_dispatch: # Activate this workflow manually
11-
inputs:
12-
tag:
13-
description: "Tag with this format: v1.0.0. When running this workflow manually, version is irrelevant so you can use any value."
14-
required: true
15-
type: string
16-
default: v1.0.0
17-
18-
env:
19-
# TAG: ${{ inputs.tag || github.ref_name }}
20-
21-
# for testing purposes
22-
TAG: v1.0.0
10+
# Manual trigger: Use this ONLY if the automatic API reference sync failed during a release.
11+
# This will regenerate and sync the API reference to the Haystack repository.
12+
# WARNING: Running this workflow when this repository has evolved significantly since the release
13+
# will sync an incorrect API reference to Haystack.
14+
workflow_dispatch:
2315

2416
jobs:
2517
generate-api-reference:

0 commit comments

Comments
 (0)