Skip to content

Commit c983dcd

Browse files
WasabiFandlech
authored andcommitted
Add .nojekyll file when publishing using publish script (ev3dev#165)
1 parent 047e172 commit c983dcd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

publish.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252

5353
# having cname sends you annoying email
5454
FileUtils.rm 'CNAME'
55+
56+
# adding a .nojekyll file disables unnecessary build job on GH Pages
57+
FileUtils.touch '.nojekyll'
5558

5659
system "git add ."
5760

0 commit comments

Comments
 (0)