From 7985bd84cb6b97d565a51887e95c2777695f8ee7 Mon Sep 17 00:00:00 2001 From: stefankoppier Date: Fri, 14 Jun 2024 23:01:57 +0200 Subject: [PATCH] Deploy dist instead of src --- .github/workflows/website_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website_build.yml b/.github/workflows/website_build.yml index ceb90cd9..5090a3b6 100644 --- a/.github/workflows/website_build.yml +++ b/.github/workflows/website_build.yml @@ -35,7 +35,7 @@ jobs: echo ::group::Archive artifact tar \ --dereference --hard-dereference \ - --directory "website/src" \ + --directory "website/dist" \ -cvf "$RUNNER_TEMP/artifact.tar" \ . echo ::endgroup::