Skip to content

Commit 9f8d54c

Browse files
bors[bot]AfoHT
andauthored
Merge #765
765: CI: Cleanup r=korken89 a=AfoHT Tidy up, main purpose to test the full CI Co-authored-by: Henrik Tjäder <[email protected]>
2 parents bd54afa + 3ce4ef2 commit 9f8d54c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
if: ${{ env.versionmajor == env.STABLE_VERSION }}
489489
run: git push -u origin master:${{ env.branch }}
490490

491-
- name: Else case, master did not contain the stable version version
491+
- name: Else case, master did not contain the stable version
492492
if: ${{ env.versionmajor != env.STABLE_VERSION }}
493493
run: echo "Master branch contains a development release, no git push performed"
494494

book/en/src/preface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This is the documentation for RTIC v2.x.
1515
Older releases:
1616
[RTIC v1.x](/1) | [RTIC v0.5.x (unsupported)][v0_5] | [RTFM v0.4.x (unsupported)][v0_4]
1717

18-
v0_5: https://github.com/rtic-rs/rtic/tree/release/v0.5
19-
v0_4: https://github.com/rtic-rs/rtic/tree/release/v0.4
18+
[v0_5]: https://github.com/rtic-rs/rtic/tree/release/v0.5
19+
[v0_4]: https://github.com/rtic-rs/rtic/tree/release/v0.4
2020

2121
{{#include ../../../README.md:7:12}}
2222

0 commit comments

Comments
 (0)