We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76730d commit 59dcfa6Copy full SHA for 59dcfa6
1 file changed
script/publish
@@ -101,6 +101,6 @@ epub = EeePub.make do
101
nav navigation
102
end
103
104
-sha = `git rev-parse HEAD`
+sha = `git rev-parse HEAD`[0..5]
105
epub.save("#{GUIDE_DIR}/ebooks/rgh-#{today}_#{sha}.epub")
106
FileUtils.rm_rf("#{TEMP_DIR}")
0 commit comments