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 f3f925c3b8
commit 52fa22877f

View File

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