Skip to content

Commit b8247c5

Browse files
committed
fix
1 parent 86d1c6e commit b8247c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
permissions:
77
contents: read
88
packages: read
9+
id-token: write
10+
pull-requests: write
11+
deployments: write
912

1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.ref }}
@@ -44,3 +47,7 @@ jobs:
4447
with:
4548
name: docs
4649
path: .artifacts/docs/html
50+
51+
preview:
52+
needs: build
53+
uses: ./.github/workflows/preview.yml

0 commit comments

Comments
 (0)