[meta] Fix the docs deployment workflow
Fix what I accidentally broke in https://github.com/ente-io/ente/pull/1149
This commit is contained in:
parent
43ebd7147d
commit
19c2f07a19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
|
@ -3,7 +3,7 @@ name: "Deploy (docs)"
|
|||
on:
|
||||
# Run on every push to main that changes docs/
|
||||
push:
|
||||
branches-ignore: [main, "deploy/**"]
|
||||
branches: [main]
|
||||
paths:
|
||||
- "docs/**"
|
||||
- ".github/workflows/docs-deploy.yml"
|
||||
|
|
Loading…
Add table
Reference in a new issue