mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
./scripts/get-releases.sh
|
||
|
mkdocs build -f www/mkdocs.yml
|