From a344b31f59b2823cd81938e0d0fda917c371bf2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kazimieras=20=C4=8Cernauskis?= Date: Wed, 15 Jan 2025 13:37:38 +0200 Subject: [PATCH] Update static.yml --- .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 4273dc1..49007a1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './docs/' + path: './config/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4