Skip to content

Commit

Permalink
Update footer for 2025 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin authored Jan 17, 2025
1 parent 854eddb commit 7999a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: sudo apt-get install -y ruby-bundler
name: Install prerequisites
- uses: actions/checkout@v4
- run: bundle install
- run: sudo bundle install
name: Install bundle
- run: bundle exec jekyll build
name: Build website
2 changes: 1 addition & 1 deletion _includes/_footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
&copy; FEniCS Project 2024. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>.
&copy; FEniCS Project 2025. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>.
</footer>
</div>

0 comments on commit 7999a93

Please sign in to comment.