Update .github/workflows/deploy-docs.yml
All checks were successful
build and deploy docs / build (push) Successful in 16s
build and deploy docs / publish (push) Successful in 3s

This commit is contained in:
DariusKlein 2025-02-23 14:18:00 +01:00
parent d5b2bda535
commit ffc8bd66ee

View File

@ -3,10 +3,8 @@ name: build and deploy docs
on:
push:
branches: [ "master" ]
paths: ['Writerside/**']
pull_request:
branches: [ "master" ]
paths: ['Writerside/**']
jobs: