Skip to content

Commit ee59bf9

Browse files
committed
add jekyll deployment and config
1 parent 40efe32 commit ee59bf9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy-jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy Jekyll site to GitHub Pages
33
on:
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/**' ]

jekyll-site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nav_external_links:
5757
hide_icon: false
5858

5959
# Footer
60-
footer_content: "Copyright &copy; 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 &copy; 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
6363
color_scheme: light

0 commit comments

Comments
 (0)