We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc73947 commit 5f14a0dCopy full SHA for 5f14a0d
.github/workflows/docs.yml
@@ -16,12 +16,14 @@ jobs:
16
env:
17
INSTANCE: 'docs/aockt'
18
ARTIFACT: 'webHelpAOCKT2-all.zip'
19
+ WRS_VERSION: '2025.04.8412'
20
steps:
21
- name: 'Checkout Repository'
22
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
23
- name: 'Build Writerside Docs'
24
uses: JetBrains/writerside-github-action@73f8f377e7c6a64cce73ca73fe07bbba9a34d556
25
with:
26
+ docker-version: ${{ env.WRS_VERSION }}
27
instance: ${{ env.INSTANCE }}
28
artifact: ${{ env.ARTIFACT }}
29
- name: 'Test Writerside Docs'
docs/config/buildprofiles.xml
@@ -31,4 +31,5 @@
31
32
<build-profile instance="aockt"/>
33
34
+ <sitemap priority="0.35" change-frequency="monthly"/>
35
</buildprofiles>
0 commit comments