mirror of
https://github.com/newtype256/website.git
synced 2025-06-06 07:06:26 +02:00
Initial commit
This commit is contained in:
commit
87c2ed6ed3
42 changed files with 1770 additions and 0 deletions
5
script/cibuild
Executable file
5
script/cibuild
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e # halt script on error
|
||||
|
||||
bundle exec jekyll build
|
||||
bundle exec htmlproofer ./_site --disable-external
|
Loading…
Add table
Add a link
Reference in a new issue