From 69d63951cfcbed37eb403551d86105d28ff9efee Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Tue, 5 Mar 2024 17:20:54 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59d64b4..1748443 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,4 +49,4 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: - folder: src/dist/ # The folder the action should deploy. \ No newline at end of file + folder: src/word-plugin/dist/ # The folder the action should deploy. \ No newline at end of file