There was an error while loading. Please reload this page.
1 parent cf320b8 commit 21f296bCopy full SHA for 21f296b
1 file changed
.github/workflows/pr.yml
@@ -1,4 +1,4 @@
1
-name: PR Build Check & Preview
+name: PR Build Check
2
3
on:
4
pull_request:
@@ -25,18 +25,3 @@ jobs:
25
cache: npm
26
27
- 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
0 commit comments