Configure Pages build for mdBook artifact

This commit is contained in:
andrussal 2025-12-08 09:52:41 +01:00
parent 888c6da633
commit 773b474bf8

View File

@ -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