1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-03-29 07:10:15 +01:00

chore: vercel scripts

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-10-10 10:50:37 -03:00
parent 4eecbe243e
commit 88807ba254
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 8 additions and 0 deletions

4
scripts/vercel/build.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail
./scripts/get-releases.sh
mkdocs build -f www/mkdocs.yml

4
scripts/vercel/install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -euo pipefail
yum install -y jq
pip install mkdocs-material mkdocs-minify-plugin lunr