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:
parent
c929320782
commit
aa033d8f99
3
Makefile
3
Makefile
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user