mirror of
https://github.com/edg-l/sitewriter.git
synced 2024-11-09 09:38:24 +00:00
fix workflow
This commit is contained in:
parent
b1e5f0ffca
commit
583085f0d2
5
.github/workflows/web.yml
vendored
5
.github/workflows/web.yml
vendored
|
@ -32,7 +32,7 @@ on:
|
|||
# when you want the docs to update.
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
# Whenever a workflow called "Release" completes, update the docs!
|
||||
#
|
||||
|
@ -43,7 +43,7 @@ on:
|
|||
# tab for your repo to see this one running (the gh-pages deploy will also
|
||||
# only show up there).
|
||||
workflow_run:
|
||||
workflows: [ "Release" ]
|
||||
workflows: ["Release"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
@ -97,3 +97,4 @@ jobs:
|
|||
folder: public
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
single-commit: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue