Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ concurrency:
cancel-in-progress: false

jobs:
# Build site using pr.yml workflow
# Build site using build-jekyll.yml workflow
build:
uses: ./.github/workflows/pr.yml
uses: ./.github/workflows/build-jekyll.yml

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ <h5 class="list-group-item-heading"><img src="/img/GitHub-Mark-64px.png" width=3
<div class="container footer">
<hr>
<p>
Copyright &copy; 2015-2026 The University of Reading.
Copyright &copy; 2015-2026 The University of Reading, UK
</p>
</div>
Loading