Browse Source

modify the CI chain to use GOBIN

master
Nicolas Massé 4 years ago
parent
commit
491c2cfab7
  1. 2
      main.go

2
main.go

@ -1,4 +1,4 @@
//go:generate go run github.com/rakyll/statik -src=web/ -include=*.html,*.css,*.js,*.template
//go:generate statik -src=web/ -include=*.html,*.css,*.js,*.template
package main

Loading…
Cancel
Save