test community destination links

This commit is contained in:
Yisroel Baum 2026-08-10 22:42:25 +03:00
parent aaea745737
commit b502ad2393
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -72,5 +72,14 @@ pkgs.runCommand "tide-module-test" { } ''
${pkgs.gnugrep}/bin/grep -F \
"https://discourse.torahimderecheretz.com" \
${landingPage}/index.html
${pkgs.gnugrep}/bin/grep -F \
"https://torah-im-derech-eretz.blogspot.com/" \
${landingPage}/index.html
${pkgs.gnugrep}/bin/grep -F \
"https://tide613.substack.com/" \
${landingPage}/index.html
${pkgs.gnugrep}/bin/grep -F \
"https://chat.whatsapp.com/FLdSwkdiChA9wvXxooUV9K" \
${landingPage}/index.html
touch "$out"
''