0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-04-30 07:14:01 +02:00
This commit is contained in:
Rhea Danzey 2024-11-27 01:22:52 -05:00 committed by GitHub
commit e0ad9df73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}