From 449f96b45e4377e608959159906033af1fd2cc00 Mon Sep 17 00:00:00 2001 From: paulzierep Date: Mon, 29 Jul 2024 14:53:37 +0200 Subject: [PATCH] results are now in root folder of results branch --- .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 afa9a3ab..eb9edf84 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -43,7 +43,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload results index.html repository - path: './results' + path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3