Skip to content

Commit d0249ea

Browse files
committed
ci: fix release not publishing documentation
Signed-off-by: Luca Zaninotto <luca.zaninotto@secomind.com>
1 parent 712f460 commit d0249ea

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/frontend-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# SPDX-License-Identifier: Apache-2.0
1919
#
2020

21-
name: Build and Test Frontend
21+
name: Frontend CI
2222

2323
on:
2424
# Run when pushing to stable branches

.github/workflows/release-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
manifest-file: .github/release-please/manifest.json
3939
publish-docs:
4040
needs: [make-release]
41-
uses: .github/workflows/docs-workflow.yaml
41+
uses: ./.github/workflows/docs-ci.yaml
4242
with:
4343
release-made: ${{ needs.make-release.outputs.backend--release_created }}
4444
release-version: ${{ needs.make-release.outputs.backend--version }}

0 commit comments

Comments
 (0)