1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-25 01:55:04 +02:00

docs: remove vercel deploy (#595)

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2022-12-29 21:04:56 -03:00 committed by GitHub
parent 51aaa7d701
commit c46f14323a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 22 deletions

View File

@ -124,12 +124,6 @@ tasks:
- task: docs:generate
- '{{.DOCKER}} run --rm -v ${PWD}/www:/docs docker.io/squidfunk/mkdocs-material build'
docs:vercel:build:
desc: Build documentation for deploying to Vercel
cmds:
- scripts/vercel/install.sh
- scripts/vercel/build.sh
release:
desc: Create a new tag
vars:

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -euo pipefail
version="$(curl -sSf -H "Authorization: Bearer $GITHUB_TOKEN" "https://api.github.com/repos/goreleaser/nfpm/releases/latest" | jq -r '.tag_name')"
sed -s'' -i "s/__VERSION__/$version/g" www/docs/install.md
mkdocs build -f www/mkdocs.yml

View File

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

View File

@ -1,7 +0,0 @@
{
"trailingSlash": true,
"github": {
"silent": true,
"autoJobCancelation": true
}
}