From 210fcf5093c21e7864e627d60f58e80f9fd81bce Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Mon, 24 Jun 2024 19:35:35 +0900 Subject: [PATCH] chore: Update deploy workflow to use 'yarn portal:generate' command --- .github/workflows/deploy-1000h-portal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-1000h-portal.yml b/.github/workflows/deploy-1000h-portal.yml index 1170c84e..d1df52b8 100644 --- a/.github/workflows/deploy-1000h-portal.yml +++ b/.github/workflows/deploy-1000h-portal.yml @@ -22,6 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/cache@v4 + id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: "**/node_modules" key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}