Skip to content

Commit 73fd91e

Browse files
Apply suggestion from @yaswant
Co-authored-by: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com>
1 parent 2cbedf5 commit 73fd91e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-sphinx-docs.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ jobs:
6060
steps:
6161
- name: Deprecation warning
6262
run: |
63-
echo "::warning title=Deprecated workflow::This reusable workflow is deprecated and will be removed in the future. Please migrate to the sphinx-docs.yaml workflow."
63+
echo "::warning title=Workflow Deprecated::This reusable workflow will be removed in future release. Please migrate to sphinx-docs.yaml workflow."
64+
65+
echo "### ⚠️ Deprecation Notice" >> $GITHUB_STEP_SUMMARY
66+
echo "The \`build-sphinx-docs\` reusable workflow has been **deprecated** and will be removed in the next release." >> $GITHUB_STEP_SUMMARY
67+
echo "" >> $GITHUB_STEP_SUMMARY
68+
echo "> **Migration Path:** Please transition your workflows to use the new unified action instead. Refer to the [sphinx-docs workflow guide](https://github.com/MetOffice/growss/tree/main/sphinx-docs) for details." >> $GITHUB_STEP_SUMMARY
6469

6570
- name: Checkout repository
6671
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

0 commit comments

Comments
 (0)