fix: run only when changes to docs folder

This commit is contained in:
abel
2025-10-02 17:21:14 +02:00
committed by GitHub
parent c2de6eae7d
commit d2e0b61b67

View File

@@ -1,10 +1,13 @@
name: Deploy Docusaurus to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- master
workflow_dispatch:
paths:
- "docs/**"
jobs:
build: