Skip to content

Commit 2edf714

Browse files
Minor technical updates (#873)
Add ignore files for testing new URL proofer Remove debug information from defunct Travis checks
1 parent c3f3b62 commit 2edf714

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.jekyll-metadata
22
_site
33
Gemfile.lock
4+
mdcheck.json
5+
node_modules/
6+
package-lock.json
7+
package.json
48

59
# Eclipse
610
.project

.travis-scripts/html-proofer

-11
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ then
1616
usage
1717
fi
1818

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-
echo
26-
echo HTTP PAGE TEST
27-
curl -L https://indico.desy.de/indico/event/22731/
28-
# End
29-
3019
bundle exec jekyll build
3120
bundle exec htmlproofer ${url_ignore_option} ${debug_option} --check-html ./_site
3221
status=$?

0 commit comments

Comments
 (0)