[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:
Manav Rathi 2024-03-20 16:46:18 +05:30
parent 43ebd7147d
commit 19c2f07a19
No known key found for this signature in database

View file

@ -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"