Skip to content

Commit 3997b7d

Browse files
committed
ci(pages): fix DocC catalog path (design-system.docc)
1 parent f092262 commit 3997b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
output_root="${GITHUB_WORKSPACE}/_site"
3737
rm -rf "${output_root}"
3838
mkdir -p "${output_root}"
39-
docc convert "wrkstrm.docc" \
39+
docc convert "design-system.docc" \
4040
--output-path "${output_root}" \
4141
--transform-for-static-hosting \
4242
--hosting-base-path /

0 commit comments

Comments
 (0)