We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b51b4 commit 9a1d688Copy full SHA for 9a1d688
1 file changed
.github/workflows/build.yml
@@ -243,7 +243,7 @@ jobs:
243
# the name of the orgunit. If it does, then SSR is working.
244
- name: Verify SSR on an OrgUnit page
245
run: |
246
- result=$(wget -O- -q http://127.0.0.1:4000/entities/orgunit/6d4abaee-eedb-458d-a29b-35db82037dfaf)
+ result=$(wget -O- -q http://127.0.0.1:4000/entities/orgunit/6d4abaee-eedb-458d-a29b-35db82037dfa)
247
echo "$result"
248
echo "$result" | grep -oE "<meta name=\"title\" [^>]*>" | grep "4Science"
249
0 commit comments