From f719ba4c19ada4dfa017e06223bb1d3c850db144 Mon Sep 17 00:00:00 2001 From: dosipov Date: Tue, 9 Jul 2024 20:37:20 +0300 Subject: [PATCH] new structure --- .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 6ee98fb..98750dd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload entire repository - path: '.' + path: './frontend' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2