Skip to content

.github: move setup-mkdocs to kernelkit/actions#1538

Merged
troglobit merged 1 commit into
mainfrom
move-mkdocs-action
Jun 17, 2026
Merged

.github: move setup-mkdocs to kernelkit/actions#1538
troglobit merged 1 commit into
mainfrom
move-mkdocs-action

Conversation

@rical

@rical rical commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Description

Finishes the action migration started in 63f46d4. setup-mkdocs was
the last local action still referenced via a relative ./.github/actions
path, which GitHub resolves against the calling repo rather than infix.

This breaks spins that reuse build.yml/build-release.yml:
the action isn't at the caller's workspace root, so the build fails with
"Can't find action.yml under .github/actions/setup-mkdocs".

Draft: the top commit temporarily pins the action to a branch ref for
CI and will be dropped before merge, restoring the @v1.2 pin.

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe):

Finishes the migration started in 63f46d4: 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>
@troglobit troglobit force-pushed the move-mkdocs-action branch from 561c346 to 390e60c Compare June 17, 2026 06:56
@troglobit troglobit marked this pull request as ready for review June 17, 2026 06:56
@troglobit troglobit enabled auto-merge June 17, 2026 06:57
@troglobit troglobit merged commit a7d2e1b into main Jun 17, 2026
1 of 2 checks passed
@troglobit troglobit deleted the move-mkdocs-action branch June 17, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants