Skip to content

Commit b87549a

Browse files
authored
[CI] Change preview.yml to validate.yml (#149)
This change converts the "Preview" job into a "Validate" job. It still runs for every PR, but it does not deploy to the gh-pages branch. Fixes #148
1 parent 11c6711 commit b87549a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
name: Preview
1+
name: Validate
22
on:
33
pull_request:
44
paths: ["**.bs"]
55
jobs:
6-
preview:
7-
name: Preview
6+
main:
7+
name: Validate Spec
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: pythagoraskitty/[email protected]
1212
with:
1313
TOOLCHAIN: bikeshed
14-
DESTINATION: pr-preview/${{ github.ref }}/index.html
1514
SOURCE: spec.bs
16-
GH_PAGES_BRANCH: gh-pages
1715
BUILD_FAIL_ON: warning

0 commit comments

Comments
 (0)