mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-20 14:33:45 +00:00
Add permissions to run "deploy everywhere" action
This commit is contained in:
4
.github/workflows/deploy-gh-pages.yml
vendored
4
.github/workflows/deploy-gh-pages.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Deploy to GitHub Pages
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
4
.github/workflows/deploy-wikitree-apps.yml
vendored
4
.github/workflows/deploy-wikitree-apps.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Deploy to WikiTree Apps
|
||||
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user