Skip to content

Commit b99eab6

Browse files
committed
updated workflow
1 parent e279e30 commit b99eab6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [main]
77
jobs:
88
main:
9-
name: Build, Validate and Deploy
9+
name: Build, Validate and Deploy Locally
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v2
@@ -16,3 +16,5 @@ jobs:
1616
TOOLCHAIN: bikeshed
1717
SOURCE: docs/spec.bs
1818
DESTINATION: docs/index.html
19+
VALIDATE_MARKUP: true
20+
BUILD_FAIL_ON: link-error

0 commit comments

Comments
 (0)