1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: make static pushes repo as well

Making the static task commit and push
the changes
This commit is contained in:
Carlos Alexandro Becker 2017-12-05 21:47:15 -02:00 committed by Carlos Alexandro Becker
parent c929320782
commit aa033d8f99

View File

@ -39,13 +39,14 @@ HIGHLIGHT=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0
# Generate the static documentation
static:
rm -rf ../goreleaser.github.io/theme
@rm -rf ../goreleaser.github.io/theme
@static-docs \
--in docs \
--out ../goreleaser.github.io \
--title GoReleaser \
--subtitle "Deliver Go binaries as fast and easily as possible" \
--google UA-106198408-1
@cd ../goreleaser.github.io && git add -A && git commit -am 'bump: docs' && git push origin master
# Show to-do items per file.
todo: