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 }}