Skip to content

Commit 5f14a0d

Browse files
committed
Define version explicitly.
1 parent fc73947 commit 5f14a0d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
env:
1717
INSTANCE: 'docs/aockt'
1818
ARTIFACT: 'webHelpAOCKT2-all.zip'
19+
WRS_VERSION: '2025.04.8412'
1920
steps:
2021
- name: 'Checkout Repository'
2122
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2223
- name: 'Build Writerside Docs'
2324
uses: JetBrains/writerside-github-action@73f8f377e7c6a64cce73ca73fe07bbba9a34d556
2425
with:
26+
docker-version: ${{ env.WRS_VERSION }}
2527
instance: ${{ env.INSTANCE }}
2628
artifact: ${{ env.ARTIFACT }}
2729
- name: 'Test Writerside Docs'

docs/config/buildprofiles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131

3232
<build-profile instance="aockt"/>
3333

34+
<sitemap priority="0.35" change-frequency="monthly"/>
3435
</buildprofiles>

0 commit comments

Comments
 (0)