mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
13 lines
228 B
Bash
Executable File
13 lines
228 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
|
|
yarn
|
|
USE_SSH=true GIT_USER=JohnnyCrazy yarn deploy
|