From 1853c7b36e9fdedca7aad55f0c80691574634a7c Mon Sep 17 00:00:00 2001 From: Carlo Minotti <50220438+minottic@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:20:03 +0200 Subject: [PATCH] Rename mkdocs configuration file extension to .yml --- .github/actions/mkdocs-pages/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/mkdocs-pages/action.yaml b/.github/actions/mkdocs-pages/action.yaml index 28e14b1..475091a 100644 --- a/.github/actions/mkdocs-pages/action.yaml +++ b/.github/actions/mkdocs-pages/action.yaml @@ -69,6 +69,6 @@ runs: GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} GIT_COMMITTER_NAME: ci-bot GIT_COMMITTER_EMAIL: ci-bot@example.com - DOCS_CONFIG: .github/mkdocs/mkdocs.yaml + DOCS_CONFIG: .github/mkdocs/mkdocs.yml TAG: ${{ inputs.TAG }} DOCS_LINK_CHECK: ${{ inputs.DOCS_LINK_CHECK }}