From 906130d5f22c37b4a0323a3aca50c81889ff3613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Dan=C4=8Do?= Date: Mon, 11 Dec 2023 11:45:47 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b2a53a..346370e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. - folder: docs # The folder the action should deploy. + folder: packages/sdk/docs # The folder the action should deploy.