Skip to content

Commit

Permalink
added sites workflow to release
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 23, 2024
1 parent 385995e commit 0caf1a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_id: ${{ needs.prepare-release.outputs.release-tag }}

sites:
needs: [vars, publish-release]
uses: ./.github/workflows/reusable-deploy-sites.yml
with:
node_version: ${{ needs.vars.outputs.node_version }}
deploy_docs: true
deploy_redirect: false
deploy_sandbox: false
secrets: inherit

0 comments on commit 0caf1a4

Please sign in to comment.