feat: option to have unpublished docs, only run action on changes in docs dir
Build and Publish Site / docker (push) Successful in 5s

This commit is contained in:
Benjamin Labrecque
2026-07-29 16:25:21 +02:00
parent 98a06e474c
commit 2f0c7857aa
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ on:
branches:
- main
- feature/add-gitea-pages-docs
paths:
- 'docs/**'
workflow_dispatch:
jobs:
+3
View File
@@ -0,0 +1,3 @@
# Unpublished docs
Any docs in this subfolder will not be published to the Gitea Pages docs.