From 42ea7396f0cdabf5ed5dd91f7aa3769537ef4870 Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 21 Jan 2024 09:25:18 +0300 Subject: [PATCH] Fix the underlying folder with website artefacts in CI workflow --- .github/workflows/publish-website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 69dee6d..15432fc 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -17,5 +17,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: ./website/build - # ssh-key: ${{ secrets.GIT_DEPLOY_KEY }} + folder: ./website/build/scalac-profiling