From a777f759e940f782e5d98e94b2a0ba73ab3d7853 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Fri, 3 Nov 2023 23:34:06 +0100 Subject: [PATCH] fix docs: update actions, explicitly run deploy pnpm script --- SpotifyAPI.Docs/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI.Docs/docs.sh b/SpotifyAPI.Docs/docs.sh index 9fa9d1cc..90974dbd 100755 --- a/SpotifyAPI.Docs/docs.sh +++ b/SpotifyAPI.Docs/docs.sh @@ -9,4 +9,4 @@ git config --global user.name "GH Actions Docs Builder" cd ./SpotifyAPI.Docs pnpm i --frozen-lockfile -USE_SSH=true GIT_USER=JohnnyCrazy pnpm deploy +USE_SSH=true GIT_USER=JohnnyCrazy pnpm run deploy