Skip to content

Commit 52b4751

Browse files
committed
Adds CI run html-proofer.
1 parent 8f6c56e commit 52b4751

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
image:
2+
jekyll/jekyll
3+
before_script:
4+
- bundle install
5+
pagecheck:
6+
script:
7+
- ./scripts/cibuild
8+

0 commit comments

Comments
 (0)