mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-12 10:33:45 +00:00
Add deploy-everywhere GitHub action
Runs both deploy actions, saves a few clicks to run both
This commit is contained in:
10
.github/workflows/deploy-everywhere.yml
vendored
Normal file
10
.github/workflows/deploy-everywhere.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user