Skip to content

Commit 08adfca

Browse files
author
Egor Ivanov
committed
фикс сборки документации
1 parent 496cc87 commit 08adfca

3 files changed

Lines changed: 16 additions & 20 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
env:
1212
INSTANCE: 'Writerside/is_docs'
13-
ARTIFACT: 'is_docs.zip'
13+
ARTIFACT: 'webHelpIS_DOCS2-all.zip'
1414
DOCKER_VERSION: '242.21870'
1515

1616
jobs:
@@ -37,25 +37,25 @@ jobs:
3737
artifacts/${{ env.ARTIFACT }}
3838
artifacts/report.json
3939
retention-days: 7
40-
# test:
41-
# needs: build
42-
# runs-on: ubuntu-latest
43-
# steps:
44-
# - name: Download artifacts
45-
# uses: actions/download-artifact@v4
46-
# with:
47-
# name: docs
48-
# path: artifacts
40+
test:
41+
needs: build
42+
runs-on: ubuntu-latest
43+
steps:
44+
- name: Download artifacts
45+
uses: actions/download-artifact@v4
46+
with:
47+
name: docs
48+
path: artifacts
4949

50-
# - name: Test documentation
51-
# uses: JetBrains/writerside-checker-action@v1
52-
# with:
53-
# instance: ${{ env.INSTANCE }}
50+
- name: Test documentation
51+
uses: JetBrains/writerside-checker-action@v1
52+
with:
53+
instance: ${{ env.INSTANCE }}
5454
deploy:
5555
environment:
5656
name: github-pages
5757
url: ${{ steps.deployment.outputs.page_url }}
58-
needs: [build] #, test]
58+
needs: [build, test]
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Download artifacts

doc/Writerside/topics/codeEditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It provides a structured description of a product:
55
its APIs, classes, functions, configuration options, actions, and so on.
66
Start with a summary of what this reference article is about, and what the items you are describing are used for.
77

8-
## Command
8+
## Command {id="example"}
99

1010
Syntax:
1111

doc/Writerside/topics/first_data_flow.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
После установки и первоначальной настройки подсистемы, мы готовы к добавлению первого потока данных.
44

5-
##
6-
7-
1.
8-
95
Make sure that:
106
- First prerequisite
117
- Second prerequisite

0 commit comments

Comments
 (0)