[meta] Fix the docs deployment workflow (#1161)

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:49:33 +05:30 committed by GitHub
commit 46d7803da0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"