Skip to content

Commit e40b9d9

Browse files
committed
Update build command
1 parent ee6e0f5 commit e40b9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
sudo apt-get install minify
3+
go build
44

55
minify -r -b -o assets/css/homebundle.css assets/css/bootstrap-toc.min.css assets/css/bootstrap.min.css assets/css/docsearch.min.css assets/css/homepage.css
66
minify -r -b -o assets/css/pagebundle.css assets/css/bootstrap-toc.min.css assets/css/bootstrap.min.css assets/css/docsearch.min.css assets/css/page.css

0 commit comments

Comments
 (0)