Skip to content

Commit 72db750

Browse files
Merge pull request #25 from microscopic-image-analysis/group_photo
Attempt to resolve the deprecation error, actually use the new group …
2 parents ef38552 + e76f02c commit 72db750

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
source: ./
3737
destination: ./_site
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v2
39+
uses: actions/upload-pages-artifact@v4
4040

4141
# Deployment job
4242
deploy:

assets/group.jpg

-3.07 MB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<br>
99
<a href="#news">Find out what's new&hellip;</a>
1010
</p>
11-
<img src="assets/group.jpg"></img>
11+
<img src="assets/cropped_group_photo.jpg"></img>
1212
</section>
1313
</section>
1414
<h3>Contact info</h3>
@@ -25,4 +25,4 @@ <h3 id="news">News from the group</h3>
2525
Read all news&hellip;
2626
</a>
2727

28-
</section>
28+
</section>

0 commit comments

Comments
 (0)