checks
This commit is contained in:
parent
13733d4088
commit
af48e56698
3 changed files with 10 additions and 6 deletions
|
@ -12,11 +12,7 @@ before_install:
|
||||||
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||||
script:
|
script:
|
||||||
- bundle exec nanoc
|
- bundle exec nanoc
|
||||||
- bundle exec nanoc check elinks
|
- bundle exec nanoc check --deploy
|
||||||
- bundle exec nanoc check html
|
|
||||||
- bundle exec nanoc check ilinks
|
|
||||||
- bundle exec nanoc check mixed_content
|
|
||||||
- bundle exec nanoc check stale
|
|
||||||
after_success:
|
after_success:
|
||||||
- mv deploy_key ~/.ssh/id_rsa
|
- mv deploy_key ~/.ssh/id_rsa
|
||||||
- chmod 600 ~/.ssh/id_rsa
|
- chmod 600 ~/.ssh/id_rsa
|
||||||
|
|
8
Checks
Normal file
8
Checks
Normal 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
|
|
@ -18,7 +18,7 @@
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-1-24"></div>
|
<div class="pure-u-1-24"></div>
|
||||||
<div class="pure-u-11-12">
|
<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>
|
<input type="text" name="q" id="tipue_search_input" autocomplete="off" required>
|
||||||
</form>
|
</form>
|
||||||
<div id="tipue_search_content"></div>
|
<div id="tipue_search_content"></div>
|
||||||
|
|
Loading…
Reference in a new issue