Skip to content

Commit

Permalink
Only publish monolith and config packages
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenf committed Sep 27, 2023
1 parent 0f4afbf commit 6a1e3f1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/updoc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: Updoc

on:
workflow_dispatch:
inputs:
subpackages:
description: "Subpackages to be published individually (e.g. monolith config ec2)"
default: "monolith"
required: false
workflow_dispatch: {}

jobs:
publish-docs:
uses: upbound/uptest/.github/workflows/provider-updoc.yml@main
with:
subpackages: ${{ github.event.inputs.subpackages }}
providers: "monolith config"
secrets:
UPBOUND_CI_PROD_BUCKET_SA: ${{ secrets.UPBOUND_CI_PROD_BUCKET_SA }}

0 comments on commit 6a1e3f1

Please sign in to comment.