mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
f4a751579a
refs #2557 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
yum install -y jq
|
|
pip install mkdocs-material mkdocs-minify-plugin lunr
|