Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
permissions:
contents: write
pull-requests: write
# wait-for-pages-deployment polls the Pages builds API
pages: read
steps:
- uses: actions/checkout@v7
with:
Expand Down Expand Up @@ -177,3 +179,6 @@ jobs:
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./build
# Hold the sticky comment until the Pages deployment is live;
# otherwise the preview link 404s for the first minute or so
wait-for-pages-deployment: true
Loading