From 278122b9650bdfdc9d1a24c847b8fc4ae1bfa55c Mon Sep 17 00:00:00 2001 From: Gabriel Bronzatti Moro Date: Tue, 7 Oct 2025 19:28:11 -0300 Subject: [PATCH 1/2] Update documentation.yml --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b57ef12b..d3ec087e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,5 +1,6 @@ name: documentation on: + workflow_dispatch: push: branches: - main From cc7803ee9da2e228763dfba76d2989bc6f28a75f Mon Sep 17 00:00:00 2001 From: Gabriel Moro Date: Tue, 7 Oct 2025 19:31:41 -0300 Subject: [PATCH 2/2] Update documentation deployment trigger --- .github/workflows/documentation.yml | 6 +++++- mkdocs.yml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d3ec087e..31497b7b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,9 +1,13 @@ name: documentation on: workflow_dispatch: - push: + pull_request: branches: - main + paths: + - "docs/**" + - "mkdocs.yml" + permissions: contents: write jobs: diff --git a/mkdocs.yml b/mkdocs.yml index 77882659..7927dbb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,7 @@ site_name: JujubaSVG repo_url: https://github.com/CodandoTV/jujubaSVG repo_name: jujubaSVG + theme: name: material logo: assets/img/logo.svg