There was an error while loading. Please reload this page.
1 parent 962599c commit 14593f6Copy full SHA for 14593f6
.github/workflows/doc-publish.yml
@@ -92,6 +92,7 @@ jobs:
92
uses: JetBrains/writerside-checker-action@v1
93
with:
94
instance: ${{ env.INSTANCE }}
95
+ is-group: ${{ env.IS_GROUP }}
96
97
deploy:
98
environment:
.github/workflows/doc-test.yml
@@ -71,6 +71,7 @@ jobs:
71
72
73
74
75
76
- name: Unzip artifact
77
run: unzip -O UTF-8 -qq artifacts/${{ env.ARTIFACT }} -d dir
0 commit comments