From 0aab3ea8071db606f381c214814d0644710868ba Mon Sep 17 00:00:00 2001 From: bglamadrid Date: Tue, 12 Mar 2024 22:30:09 -0300 Subject: [PATCH] build: move comment to separate line --- .github/workflows/documentation.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 9171daa..01ce8da 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -2,7 +2,8 @@ name: Documentation on: push: branches: [main] - workflow_dispatch: # Allows you to run this workflow manually from the Actions tab + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: generate_deploy_documentation: runs-on: ubuntu-latest