File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: Deploy Jekyll site to GitHub Pages
33on :
44 push :
55 branches : [ main, alistair/jekyll ]
6- paths : [ 'jekyll-site/**' ]
6+ # Temporarily remove path filter for testing
7+ # paths: [ 'jekyll-site/**' ]
78 pull_request :
89 branches : [ main ]
910 paths : [ 'jekyll-site/**' ]
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ nav_external_links:
5757 hide_icon : false
5858
5959# Footer
60- footer_content : " Copyright © 2024 MIT Laboratory for Computational Physiology. Distributed under a <a href=\" https://creativecommons.org/licenses/by/4.0/\" >Creative Commons Attribution 4.0 License.</a>"
60+ footer_content : " Copyright © 2025 MIT Laboratory for Computational Physiology. Distributed under a <a href=\" https://creativecommons.org/licenses/by/4.0/\" >Creative Commons Attribution 4.0 License.</a>"
6161
6262# Color scheme
6363color_scheme : light
You can’t perform that action at this time.
0 commit comments