We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f3b62 commit 2edf714Copy full SHA for 2edf714
.gitignore
@@ -1,6 +1,10 @@
1
.jekyll-metadata
2
_site
3
Gemfile.lock
4
+mdcheck.json
5
+node_modules/
6
+package-lock.json
7
+package.json
8
9
# Eclipse
10
.project
.travis-scripts/html-proofer
@@ -16,17 +16,6 @@ then
16
usage
17
fi
18
19
-# DESY Debug statetments
20
-echo NETWORK
21
-ifconfig -a
22
-echo
23
-echo HTTP HEADER TEST
24
-curl -I -L https://indico.desy.de/indico/
25
26
-echo HTTP PAGE TEST
27
-curl -L https://indico.desy.de/indico/event/22731/
28
-# End
29
-
30
bundle exec jekyll build
31
bundle exec htmlproofer ${url_ignore_option} ${debug_option} --check-html ./_site
32
status=$?
0 commit comments