From ccf6bc17630e4ec48b125219f119373e4cad17e7 Mon Sep 17 00:00:00 2001 From: Caleb Clark Date: Wed, 10 Jan 2024 14:26:01 -0600 Subject: [PATCH] feat: test --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 8e48ec96f..087a089fa 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,7 +26,7 @@ jobs: npm install -g @vue/cli yarn yarn install yarn build - + cp dist/index.html dist/404.html - name: Deploy uses: s0/git-publish-subdir-action@develop env: