We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854eddb commit 7999a93Copy full SHA for 7999a93
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: sudo apt-get install -y ruby-bundler
18
name: Install prerequisites
19
- uses: actions/checkout@v4
20
- - run: bundle install
+ - run: sudo bundle install
21
name: Install bundle
22
- run: bundle exec jekyll build
23
name: Build website
_includes/_footer.html
@@ -1,6 +1,6 @@
1
<!-- FOOTER -->
2
<div id="footer_wrap" class="outer">
3
<footer class="inner">
4
- © FEniCS Project 2024. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>.
+ © FEniCS Project 2025. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>.
5
</footer>
6
</div>
0 commit comments