mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Update deploy.yml for workflows syntax
This commit is contained in:
parent
5200f45d7e
commit
c62f9934d6
1 changed files with 2 additions and 5 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -8,13 +8,10 @@ on:
|
||||||
# Allows you to run this workflow manually from the Actions tab on GitHub.
|
# Allows you to run this workflow manually from the Actions tab on GitHub.
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Synchronize data"]
|
workflows: ["Synchronize data"] ["Upload GitHub Pages artifact"]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
workflows: ["Upload GitHub Pages artifact"]
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
# Allow this job to clone the repo and create a page deployment
|
# Allow this job to clone the repo and create a page deployment
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
|
|
Loading…
Reference in a new issue