Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ on:
required: false
type: boolean
default: false
publish_docs:
description: |
When set to true, the workflow will publish documentation to GitHub
pages.
required: false
type: boolean
default: true
skip_publish_on_default:
description: |
If set to true, images will not be published when the workflow is
Expand Down Expand Up @@ -146,6 +153,7 @@ jobs:
earthly_runner_secret: ${{ secrets.earthly_runner_secret }}
docs:
uses: ./.github/workflows/pages.yml
if: inputs.publish_docs == true
needs: [build, check, package, test]
with:
aws_role_arn: ${{ inputs.aws_role_arn }}
Expand Down