Skip to content

Commit 8efc78b

Browse files
authored
Merge pull request #129 from Rotzbua/fix_ci_branch
fix(ci): default branch renamed to `main`
2 parents 92d7696 + a6e12a7 commit 8efc78b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Jekyll site CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

cheatsheet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h2>Mathematical</h2>
256256
</section>
257257

258258
<footer>
259-
<a href="https://github.com/openscad/openscad.github.com/tree/master/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
259+
<a href="https://github.com/openscad/openscad.github.com/tree/main/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
260260
By <a href="http://www.peteruithoven.nl" target="_blank">Peter Uithoven</a> @ <a href="http://www.fablabamersfoort.nl" target="_blank">Fablab Amersfoort</a> (<a href="http://freedomdefined.org/Licenses/CC-BY" target="_blank">CC-BY</a>)
261261
</footer>
262262
</body>

cheatsheet/snapshot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h2>Mathematical</h2>
257257
</section>
258258

259259
<footer>
260-
<a href="https://github.com/openscad/openscad.github.com/tree/master/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
260+
<a href="https://github.com/openscad/openscad.github.com/tree/main/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
261261
By <a href="http://www.peteruithoven.nl" target="_blank">Peter Uithoven</a> @ <a href="http://www.fablabamersfoort.nl" target="_blank">Fablab Amersfoort</a> (<a href="http://freedomdefined.org/Licenses/CC-BY" target="_blank">CC-BY</a>)
262262
</footer>
263263
</body>

0 commit comments

Comments
 (0)