Skip to content

Commit

Permalink
Merge pull request #166 from alexandrebastien/patch-1
Browse files Browse the repository at this point in the history
Update sites.yml
  • Loading branch information
ctrueden authored Nov 5, 2024
2 parents ec0402e + 7d2a2de commit ac22dee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ git grep name: sites.yml |
grep -A999999 'name: "[0-9]' |
sed 's;.*name: "\([^"]*\)"$;\1;' >actual
cat actual | LC_ALL=C sort --ignore-case >expected
if diff actual expected
if diff -q actual expected
then
echo "Update sites are ordered correctly."
else
echo "Please list sites in alphabetical order!"
git diff --no-index actual expected
exit 5
fi
echo "== Generating legacy pages ==" &&
Expand Down
9 changes: 9 additions & 0 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,15 @@ sites:
- "[XU Xiaochun](mailto:[email protected])"
- "[Felix Martin Margadant](mailto:[email protected])"

- name: "PIM-IBIS"
id: "Abastien"
url: "https://sites.imagej.net/Abastien/"
description: >-
Update site for the [IBIS Microscopy & Imaging Platform](https://microscopie.ibis.ulaval.ca/)
at [ULaval](https://www.ulaval.ca/).
maintainers:
- "[Alexandre Bastien](https://imagej.net/people/alexandrebastien)"

- name: "PixFRET"
id: "PixFRET"
url: "https://sites.imagej.net/PixFRET/"
Expand Down

0 comments on commit ac22dee

Please sign in to comment.