Skip to content

Commit 804a304

Browse files
Remove the content build step when a new page is created
Signed-off-by: Chris Cummer <[email protected]>
1 parent 8ca20c1 commit 804a304

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

til.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ func main() {
147147
// Write the pagePath to the console. This makes it easy to know which file we just created
148148
Info(pagePath)
149149

150-
// And rebuild the index and tag pages
151-
buildContent()
152-
153150
Victory(statusDone)
154151
}
155152

0 commit comments

Comments
 (0)