Add publishing to gh-pages

This commit is contained in:
Cody Jackson 2024-09-30 16:11:56 -07:00 committed by Francesco Torchia
parent aff5751c39
commit 310fa73e73
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

23
.github/workflows/build.yaml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Build and Release Extension Charts
on:
workflow_dispatch:
release:
types: [released]
defaults:
run:
shell: bash
working-directory: ./
jobs:
build-extension-charts:
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
permissions:
actions: write
contents: write
deployments: write
pages: write
with:
target_branch: gh-pages
tagged_release: ${{ github.ref_name }}