Compare commits
No commits in common. "cb10d8a7a7bd3ec599000dd5bc17865fd554cc76" and "5f1934565354e4576c285f46d18530a7a6b947aa" have entirely different histories.
cb10d8a7a7
...
5f19345653
2 changed files with 1 additions and 8 deletions
|
@ -3,6 +3,6 @@ pipeline:
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install --jobs=4
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
- bundle exec htmlproofer ./_site --disable-external
|
- bundle exec htmlproofer ./_site --disable-external
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
function dgel(id) {
|
|
||||||
return document.getElementById(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
function subrecipe_toggle(id) {
|
|
||||||
dgel(id).classList.toggle("open");
|
|
||||||
}
|
|
Loading…
Reference in a new issue