Permalink
Browse files
Use Bikeshed API instead of local install
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Makefile
|
|
@@ -7,7 +7,7 @@ index.html: spec.markdown template.erb |
|
|
sed -e 's/\[\[/\\[\\[/g' -e 's/\]\]/\\]\\]/g' ./spec.markdown | kramdown --parse-block-html --template='template.erb' > index.html
|
|
|
|
|
|
index.bikeshed.html: index.bikeshed.bs
|
|
|
- bikeshed -f spec ./index.bikeshed.bs
|
|
|
+ curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > ./index.bikeshed.html
|
|
|
|
|
|
publish: all
|
|
|
git push origin master
|
|
|
|
427f1e7This is incomplete, it doesn't change the Travis config file (which still installs a local version of bikeshed that it's not going to use).
427f1e7I filed #46 so that we get this fixed.