From 61619d5b794616678934d4de89fb08857c293225 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 1 Sep 2023 16:49:11 +0200 Subject: Allow manual deployment of the developer guides (#3155) --- .github/workflows/gh-pages-deploy-dev-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages-deploy-dev-docs.yml b/.github/workflows/gh-pages-deploy-dev-docs.yml index 9b4fdb52..ce1caf35 100644 --- a/.github/workflows/gh-pages-deploy-dev-docs.yml +++ b/.github/workflows/gh-pages-deploy-dev-docs.yml @@ -1,6 +1,7 @@ name: Deploy developer docs to GitHub Pages on: + workflow_dispatch: push: branches: - master -- cgit