Skip to content

Commit e2d4b56

Browse files
authored
fix: enable rhoc as product for modular docs assembly (#464)
1 parent e6273ee commit e2d4b56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/modular-docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- product: RHOSAK
1818
- product: RHOSR
1919
- product: RHOAS
20-
#- product: RHOC
20+
- product: RHOC
2121

2222
steps:
2323
- uses: actions/checkout@v2

.github/workflows/modular-docs-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
branch: modular-docs-rhoas
2424
# - product: RHODA
2525
# branch: modular-docs-rhoda
26-
# - product: RHOC
27-
# branch: modular-docs-rhoc
26+
- product: RHOC
27+
branch: modular-docs-rhoc
2828
steps:
2929
- uses: actions/checkout@v2
3030
name: Checkout Source

0 commit comments

Comments
 (0)