From 7b254b8be881aaf2bcba04454c356d094ef51ce6 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Tue, 26 May 2026 13:53:56 +0200 Subject: [PATCH] chore: enable workflow_dispatch and fix dependency loading for deployment --- .github/workflows/06.1.main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/06.1.main.yml b/.github/workflows/06.1.main.yml index efb3ba2f..c76701c5 100644 --- a/.github/workflows/06.1.main.yml +++ b/.github/workflows/06.1.main.yml @@ -3,10 +3,11 @@ on: push: branches: - master + workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write @@ -33,6 +34,7 @@ jobs: - name: Install dependencies run: | + pip install mkdocs-material mkdocs-redirects mkdocs-minify-plugin pymdown-extensions pip install -r requirements.txt # 1. Build V1 to a temporary staging area