Skip to content

Commit

Permalink
Publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-gh committed Nov 17, 2023
1 parent 0f29cee commit 8392e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blossom-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 8392e5b

Please sign in to comment.