Skip to content

Commit 7999a93

Browse files
Update footer for 2025 (#202)
1 parent 854eddb commit 7999a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: sudo apt-get install -y ruby-bundler
1818
name: Install prerequisites
1919
- uses: actions/checkout@v4
20-
- run: bundle install
20+
- run: sudo bundle install
2121
name: Install bundle
2222
- run: bundle exec jekyll build
2323
name: Build website

_includes/_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- FOOTER -->
22
<div id="footer_wrap" class="outer">
33
<footer class="inner">
4-
&copy; FEniCS Project 2024. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>.
4+
&copy; FEniCS Project 2025. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>.
55
</footer>
66
</div>

0 commit comments

Comments
 (0)