Skip to content

Commit 14593f6

Browse files
committed
fix(doc): is_group
1 parent 962599c commit 14593f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/doc-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
uses: JetBrains/writerside-checker-action@v1
9393
with:
9494
instance: ${{ env.INSTANCE }}
95+
is-group: ${{ env.IS_GROUP }}
9596

9697
deploy:
9798
environment:

.github/workflows/doc-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
uses: JetBrains/writerside-checker-action@v1
7272
with:
7373
instance: ${{ env.INSTANCE }}
74+
is-group: ${{ env.IS_GROUP }}
7475

7576
- name: Unzip artifact
7677
run: unzip -O UTF-8 -qq artifacts/${{ env.ARTIFACT }} -d dir

0 commit comments

Comments
 (0)