.github: move setup-mkdocs to kernelkit/actions

Finishes the migration started in 63f46d4d: setup-mkdocs was still
referenced via a relative ./.github/actions path, which GitHub resolves
against the calling repo, not infix, breaking spins (e.g. Styx) that
reuse build.yml/build-release.yml. Use kernelkit/actions/setup-mkdocs@v1.2.

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2026-06-17 06:56:09 +00:00
committed by Joachim Wiberg
parent f62d049aa9
commit 390e60cfcb
3 changed files with 2 additions and 22 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
enabled: ${{ inputs.use_cache }}
# WebUI images bundle the mkdocs User's Guide via post-build.sh.
- uses: ./.github/actions/setup-mkdocs
- uses: kernelkit/actions/setup-mkdocs@v1.2
- name: Configure & Build
env:
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
target: ${{ env.TARGET }}
# WebUI images bundle the mkdocs User's Guide via post-build.sh.
- uses: ./.github/actions/setup-mkdocs
- uses: kernelkit/actions/setup-mkdocs@v1.2
- name: Configure ${{ env.TARGET }}
run: |