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
+4 -1
View File
@@ -1,10 +1,13 @@
name: Deploy Docusaurus to GitHub Pages name: Deploy Docusaurus to GitHub Pages
on: on:
workflow_dispatch:
push: push:
branches: branches:
- master - master
workflow_dispatch: paths:
- "docs/**"
jobs: jobs:
build: build: