Spotify.NET/SpotifyAPI.Docs/docs.sh
2023-11-03 22:43:54 +01:00

13 lines
248 B
Bash
Executable File

#!/bin/bash
set -e
echo "Building docs..."
git config --global user.email "jonas@dellinger.dev"
git config --global user.name "GH Actions Docs Builder"
cd ./SpotifyAPI.Docs
pnpm i --frozen-lockfile
USE_SSH=true GIT_USER=JohnnyCrazy pnpm deploy