From 98b9ae3d6523241af2a1b95f86dacc14e5c00966 Mon Sep 17 00:00:00 2001 From: pchelle Date: Tue, 30 Jan 2024 04:51:36 -0500 Subject: [PATCH] Target docs folder --- .github/workflows/dev-site-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-site-update.yml b/.github/workflows/dev-site-update.yml index 3d45a3a1..ed374bc4 100644 --- a/.github/workflows/dev-site-update.yml +++ b/.github/workflows/dev-site-update.yml @@ -50,4 +50,5 @@ jobs: with: folder: docs clean: false - branch: test-site \ No newline at end of file + branch: test-site + target-folder: docs \ No newline at end of file