Skip to content

Commit 21f296b

Browse files
committed
Remove pr-preview action
1 parent cf320b8 commit 21f296b

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR Build Check & Preview
1+
name: PR Build Check
22

33
on:
44
pull_request:
@@ -25,18 +25,3 @@ jobs:
2525
cache: npm
2626

2727
- run: make check
28-
29-
# continue-on-error because fork PRs don't have write access to push
30-
# the preview to gh-pages. The build check above still validates the PR.
31-
- uses: rossjrw/pr-preview-action@v1
32-
continue-on-error: true
33-
with:
34-
source-dir: _build/html
35-
36-
cleanup:
37-
if: github.event.action == 'closed'
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v4
41-
42-
- uses: rossjrw/pr-preview-action@v1

0 commit comments

Comments
 (0)