mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Merge 62c8dbf579 into 084181332b
This commit is contained in:
commit
e0ad9df73d
10
.github/workflows/helm.yml
vendored
10
.github/workflows/helm.yml
vendored
|
|
@ -39,3 +39,13 @@ jobs:
|
||||||
config: helm/cr.yaml
|
config: helm/cr.yaml
|
||||||
charts_dir: helm/
|
charts_dir: helm/
|
||||||
mark_as_latest: false
|
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…
Reference in a new issue