This commit is contained in:
Lorin Werthen 2016-07-20 19:50:54 +02:00
parent 13733d4088
commit af48e56698
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 10 additions and 6 deletions

View file

@ -12,11 +12,7 @@ before_install:
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
script:
- bundle exec nanoc
- bundle exec nanoc check elinks
- bundle exec nanoc check html
- bundle exec nanoc check ilinks
- bundle exec nanoc check mixed_content
- bundle exec nanoc check stale
- bundle exec nanoc check --deploy
after_success:
- mv deploy_key ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa

8
Checks Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
deploy_check :elinks
deploy_check :html
deploy_check :ilinks
deploy_check :mixed_content
deploy_check :stale

View file

@ -18,7 +18,7 @@
<div class="pure-g">
<div class="pure-u-1-24"></div>
<div class="pure-u-11-12">
<form action="" method="get">
<form action="?" method="get">
<input type="text" name="q" id="tipue_search_input" autocomplete="off" required>
</form>
<div id="tipue_search_content"></div>