From 8392e5b130c9c012724c77b470359bcd476bf609 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Fri, 17 Nov 2023 23:18:21 +0000 Subject: [PATCH] Publish docs --- .github/workflows/blossom-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blossom-docs.yml b/.github/workflows/blossom-docs.yml index e46dec0b6..4203c9817 100644 --- a/.github/workflows/blossom-docs.yml +++ b/.github/workflows/blossom-docs.yml @@ -18,7 +18,7 @@ name: Build Docs and deploy to Github Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main","docs"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -76,7 +76,7 @@ jobs: deploy: name: Deploy Github Pages - needs: [Vulnerability-scan] + #needs: [Vulnerability-scan] environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}