From 334cbea0aefb33ebab28749f1782a7930fd6ed47 Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Sat, 29 Jun 2024 17:03:47 +0200 Subject: [PATCH] CI: disable docs pipeline for now --- .github/workflows/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7c8d577..0840f1a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,8 +3,9 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch - push: - branches: ["master"] + # FIXME: disabled because GitHub Pages not enabled in repository settings + # push: + # branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: