File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 51
51
runs-on : ubuntu-latest
52
52
permissions :
53
53
contents : write
54
+ needs : deploy
55
+ if : always()
54
56
55
57
steps :
56
58
- uses : actions/checkout@v4
74
76
75
77
- name : Push the svg
76
78
run : |
77
- git add CONTRIBUTORS.svg
78
- git commit -am "Update CONTRIBUTORS.svg"
79
- git push --set-upstream origin gh-pages
79
+ git add CONTRIBUTORS.svg || true
80
+ git commit -am "update ` CONTRIBUTORS.svg`" || true
81
+ git push --set-upstream origin gh-pages || true
Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ This documentation includes only the "main kernel" (inside the `/kernel` directo
6
6
Documentation for bleeding-edge main can be found at [ https://os.adamperkowski.dev/main ] ( https://os.adamperkowski.dev/main ) .
7
7
8
8
Keep in mind that this website is still a WIP.
9
+
10
+ ## Contributors
11
+
12
+ <a href =" https://github.com/adamperkowski/highlightos/graphs/contributors " >
13
+ <img src =" https://raw.githubusercontent.com/adamperkowski/highlightos/gh-pages/CONTRIBUTORS.svg " />
14
+ </a >
You can’t perform that action at this time.
0 commit comments