ci(docs): only re-deploy docs when any file in docs has changed

This commit is contained in:
Amaan Qureshi 2024-12-24 22:44:10 -05:00
parent 72807e187e
commit f6c325df0b

View file

@ -1,8 +1,8 @@
name: Deploy Docs
on:
push:
branches:
- "master"
branches: [master]
paths: [docs/**]
jobs:
deploy-docs: