feat: option to have unpublished docs, only run action on changes in docs dir
Build and Publish Site / docker (push) Successful in 5s
Build and Publish Site / docker (push) Successful in 5s
This commit is contained in:
@@ -5,6 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- feature/add-gitea-pages-docs
|
||||
paths:
|
||||
- 'docs/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# Unpublished docs
|
||||
|
||||
Any docs in this subfolder will not be published to the Gitea Pages docs.
|
||||
Reference in New Issue
Block a user