From 0309a71ae125d4d8549e43c29551975d5178116d Mon Sep 17 00:00:00 2001 From: Yohan Belval Date: Tue, 10 Dec 2024 16:03:14 +0000 Subject: [PATCH] fix(ci): reference to mkdocs file was wrong --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 363f603..463ddc3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: key: ${{ github.sha }} path: .cache - name: Build site (_site directory name is used for Jekyll compatiblity) - run: mkdocs build --config-file ./mkdocs.yml --site-dir ./_site + run: mkdocs build --config-file ./mkdocs.yaml --site-dir ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3