mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
5 lines
102 B
Bash
5 lines
102 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
yum install -y jq
|
||
|
pip install mkdocs-material mkdocs-minify-plugin lunr
|