17
.github/workflows/publish.yml
vendored
17
.github/workflows/publish.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user