From 773b474bf8490113dbf6dd91db8d5636d5ff1dd0 Mon Sep 17 00:00:00 2001 From: andrussal Date: Mon, 8 Dec 2025 09:52:41 +0100 Subject: [PATCH] Configure Pages build for mdBook artifact --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1ca2ede..0e80e71 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -376,6 +376,9 @@ jobs: run: touch target/book/.nojekyll - name: Check links run: mdbook-linkcheck -s book + - name: Setup Pages + if: github.event_name == 'push' && github.ref == 'refs/heads/master' + uses: actions/configure-pages@v4 - name: Upload book artifact for Pages if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: actions/upload-pages-artifact@v3