Fix the deploy workflow path

This commit is contained in:
Manav Rathi 2024-03-08 13:03:38 +05:30
parent 05d13979db
commit 236d7e2f49

View file

@ -7,7 +7,7 @@ on:
branches: [main, deploy-docs]
paths:
- "docs/**"
- ".github/workflows/web-lint.yml"
- ".github/workflows/docs-deploy.yml"
# Also allow manually running the action
workflow_dispatch: