Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Aug 29, 2024
1 parent 604bc98 commit 61be73f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,12 @@ jobs:
name: build
path: dist

docs:
uses: ./.github/workflows/docs.yml
name: Build Docs
needs: release
deploy-docs:
name: Build and Deploy Docs
needs: [release]
if: needs.release.outputs.published == 'true'
permissions:
contents: write
pages: write
id-token: write
uses: ./.github/workflows/docs.yml

0 comments on commit 61be73f

Please sign in to comment.