Moar travis test fixes

This commit is contained in:
Alexandre Aubin 2020-09-05 19:52:07 +02:00
parent a070d6305d
commit 5e82e32911
3 changed files with 3 additions and 2 deletions

1
app_shaarli.md Normal file
View file

@ -0,0 +1 @@
(This page only exists in french for now)

View file

@ -88,7 +88,7 @@
- [Shaarli](app_shaarli) - [Shaarli](app_shaarli)
- [Shellinabox](app_shellinabox) - [Shellinabox](app_shellinabox)
- [Simple-torrent](app_simple-torrent) - [Simple-torrent](app_simple-torrent)
- [Slingcode](app_slincode) - [Slingcode](app_slingcode)
- [Sogo](app_sogo) - [Sogo](app_sogo)
- [Spip](app_spip) - [Spip](app_spip)
- [Strut](app_strut) - [Strut](app_strut)

View file

@ -5,7 +5,7 @@ HTML_TARGETS=$(grep -nr -o -E 'href="\/?(\w|-)+\"' ./*.md | sed -E 's@href="/?@@
ALL_TARGETS=$(echo $MARKDOWN_TARGETS $HTML_TARGETS) ALL_TARGETS=$(echo $MARKDOWN_TARGETS $HTML_TARGETS)
PAGES=$(ls *.md | sed -E 's/(_(fr|it|de|ar|oc|es|ru|ca))?.md//g' | sort | uniq) PAGES=$(ls *.md | sed -E 's/(_(fr|it|de|ar|oc|es|ru|ca))?\.md//g' | sort | uniq)
returncode=0 returncode=0