ci: Deploy pages.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-05 11:27:05 +00:00
parent 499991e530
commit 2b77f2c435
4 changed files with 34 additions and 5 deletions

View File

@@ -43,6 +43,23 @@ on:
dockerhub_token:
jobs:
documents:
if: >
!failure() && !cancelled()
&& inputs.machines
&& github.ref == 'refs/heads/main'
name: Documents
runs-on: self-hosted
permissions:
pages: write
id-token: write
steps:
- id: book
name: Book
uses: actions/deploy-pages@v4
containers:
if: >
!failure() && !cancelled()