mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-17 17:21:48 +00:00
16 lines
313 B
YAML
16 lines
313 B
YAML
name: Deploy everywhere
|
|
|
|
on: workflow_dispatch
|
|
|
|
jobs:
|
|
deploy-gh-pages:
|
|
uses: ./.github/workflows/deploy-gh-pages.yml
|
|
|
|
deploy-wikitree-apps:
|
|
uses: ./.github/workflows/deploy-wikitree-apps.yml
|
|
secrets: inherit
|
|
|
|
deploy-docker:
|
|
uses: ./.github/workflows/deploy-docker.yml
|
|
secrets: inherit
|