mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-15 23:30:20 +02:00
fix: run only when changes to docs folder
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user