From 97608ae09ecfc99302f926772035591193474882 Mon Sep 17 00:00:00 2001 From: DI0IK <76131420+DI0IK@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:27:14 +0100 Subject: [PATCH] Deploy base dir --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 70709c0..e7d7df7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: './PlantX' + path: './' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4