We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdfd0a commit f0bcfcaCopy full SHA for f0bcfca
.github/workflows/build_and_check.yml
@@ -2,19 +2,20 @@ name: Preview
2
3
on:
4
pull_request:
5
- types:
6
- - opened
7
- - reopened
8
- - synchronize
9
- - closed
10
- jobs:
11
- deploy-preview:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v3
15
- - uses: rossjrw/pr-preview-action@v1
16
- with:
17
- source-dir: .
18
- preview-branch: gh-pages
19
- umbrella-dir: pr-preview
20
- action: auto
+ types:
+ - opened
+ - reopened
+ - synchronize
+ - closed
+
+jobs:
+ deploy-preview:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - uses: rossjrw/pr-preview-action@v1
+ with:
+ source-dir: .
+ preview-branch: gh-pages
+ umbrella-dir: pr-preview
21
+ action: auto
0 commit comments