ci: Only deploy docs when something there

This commit is contained in:
Oliver
2025-07-21 17:39:15 +02:00
parent ee46c4bfff
commit 48d24c7c5b

View File

@@ -3,8 +3,10 @@ name: Deploy documentation
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- main - main
paths:
- 'docs/**'
jobs: jobs:
deploy: deploy: