mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 07:14:01 +02:00
Merge 62c8dbf579
into 084181332b
This commit is contained in:
commit
e0ad9df73d
1 changed files with 10 additions and 0 deletions
10
.github/workflows/helm.yml
vendored
10
.github/workflows/helm.yml
vendored
|
@ -39,3 +39,13 @@ jobs:
|
|||
config: helm/cr.yaml
|
||||
charts_dir: helm/
|
||||
mark_as_latest: false
|
||||
|
||||
invoke_pages_build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Invoke gh-pages build and deploy
|
||||
env:
|
||||
WORKFLOW_PATH: .github/workflows/gh-pages.yml
|
||||
WORKFLOW_TARGET_REF: "gh-pages"
|
||||
run: |
|
||||
gh workflow run ${WORKFLOW_PATH} --ref ${WORKFLOW_TARGET_REF}
|
Loading…
Add table
Reference in a new issue