From 5e474ea666931e7956eec4d0bf432aedea14ad49 Mon Sep 17 00:00:00 2001 From: mashharuki Date: Sat, 8 Jun 2024 18:00:00 +0900 Subject: [PATCH] chore: Update GitHub Actions workflow to fix path for frontend artifact upload --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93b6675..d466c26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: name: github-pages - path: ./pkgs/frontend/.out + path: ./pkgs/frontend/out retention-days: 5 - name: Deploy to GitHub Pages