Update .gitea/workflows/deploy-pages.yml
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 17s

change action trigger to default branch name
This commit is contained in:
2025-10-13 15:16:12 +02:00
parent b5447aef32
commit bac6202a73

View File

@@ -3,7 +3,7 @@ name: Build and Deploy Documentation
on:
push:
branches:
- master
- root6
workflow_dispatch:
jobs: