We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea9eed commit 26b51b4Copy full SHA for 26b51b4
1 file changed
.github/workflows/build.yml
@@ -213,7 +213,7 @@ jobs:
213
run: |
214
result=$(wget -O- -q http://127.0.0.1:4000/collections/caf04bfa-b2f6-40d3-90d2-aa0b86d92f8d)
215
echo "$result"
216
- echo "$result" | grep -oE "<h1 [^>]*>[^><]*</h1>" | grep Publications
+ echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "Publications"
217
218
# Get a specific publication in our test data and verify that the <meta name="title"> tag includes
219
# the title of this publication. If it does, then SSR is working.
0 commit comments