Add deploy-everywhere GitHub action

Runs both deploy actions, saves a few clicks to run both
This commit is contained in:
Przemek Więch
2026-03-04 20:17:32 +01:00
parent 6088d5d599
commit a58422aec3

10
.github/workflows/deploy-everywhere.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
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