Spotify.NET/SpotifyAPI.Docs/docs.sh

13 lines
248 B
Bash
Raw Normal View History

#!/bin/bash
set -e
echo "Building docs..."
2020-06-04 17:18:51 +01:00
git config --global user.email "jonas@dellinger.dev"
git config --global user.name "GH Actions Docs Builder"
2020-06-04 17:34:19 +01:00
cd ./SpotifyAPI.Docs
2023-11-03 21:43:12 +00:00
pnpm i --frozen-lockfile
USE_SSH=true GIT_USER=JohnnyCrazy pnpm deploy