Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 22, 2025
1 parent 86d1c6e commit b8247c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
permissions:
contents: read
packages: read
id-token: write
pull-requests: write
deployments: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -44,3 +47,7 @@ jobs:
with:
name: docs
path: .artifacts/docs/html

preview:
needs: build
uses: ./.github/workflows/preview.yml

0 comments on commit b8247c5

Please sign in to comment.