-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI jobs to diff against the deployed version #570
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ba22a04
to
8f2ddb9
Compare
This is expected to be useful when updating dependencies, to ensure that nothing unexpected has changed, or when otherwise making changes to the build system (for the same reason).
8f2ddb9
to
a23a253
Compare
9b0ab18
to
41935a0
Compare
41935a0
to
6516628
Compare
Build has no changes. |
1fd81c6
to
ed26cee
Compare
🔀 Build diff: diff -ru main/feed.xml local/feed.xml
--- main/feed.xml 2024-06-03 20:14:56.639248497 +0000
+++ local/feed.xml 2024-06-03 20:14:16.000000000 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://studentrobotics.org/website/feed.xml" rel="self" type="application/atom+xml" /><link href="https://studentrobotics.org/website/" rel="alternate" type="text/html" /><updated>2024-06-03T21:14:19+01:00</updated><id>https://studentrobotics.org/website/feed.xml</id><title type="html">Student Robotics</title><subtitle>Student Robotics is an exciting annual competition challenging people aged 16-19 to assemble a team and build fully autonomous robots.
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://studentrobotics.org/website/feed.xml" rel="self" type="application/atom+xml" /><link href="https://studentrobotics.org/website/" rel="alternate" type="text/html" /><updated>2024-06-03T21:14:15+01:00</updated><id>https://studentrobotics.org/website/feed.xml</id><title type="html">Student Robotics</title><subtitle>Student Robotics is an exciting annual competition challenging people aged 16-19 to assemble a team and build fully autonomous robots.
</subtitle><entry><title type="html">Gymnasium Markt Indersdorf win Student Robotics Competition 2024!</title><link href="https://studentrobotics.org/website/blog/2024-04-18-mai-win-sr2024/" rel="alternate" type="text/html" title="Gymnasium Markt Indersdorf win Student Robotics Competition 2024!" /><published>2024-04-18T00:00:00+01:00</published><updated>2024-04-18T00:00:00+01:00</updated><id>https://studentrobotics.org/website/blog/mai-win-sr2024</id><content type="html" xml:base="https://studentrobotics.org/website/blog/2024-04-18-mai-win-sr2024/"><figure class="">
<a href="/website/images/content/blog/sr2024/sr2024-photo.large.jpg"> |
b0b3788
to
36e9c6d
Compare
345b404
to
27f18b3
Compare
raccube
approved these changes
Jul 21, 2024
PeterJCLaw
added a commit
to srobo/competition-website
that referenced
this pull request
Jul 21, 2024
This is copied over from the website repo, which now has these in place. See srobo/website#570 & srobo/website#573.
PeterJCLaw
added a commit
to srobo/docs
that referenced
this pull request
Jul 21, 2024
This is copied over from the website repo, which now has these in place. See srobo/website#570 & srobo/website#573.
PeterJCLaw
added a commit
to srobo/docs
that referenced
this pull request
Jul 21, 2024
This is copied over from the website repo, which now has these in place. See srobo/website#570 & srobo/website#573.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is expected to be useful when updating dependencies, to ensure that nothing unexpected has changed, or when otherwise making changes to the build system (for the same reason).