chore: Update deploy workflow to use 'yarn portal:generate' command

This commit is contained in:
Lyric
2024-06-24 19:35:35 +09:00
parent a611477307
commit 210fcf5093

View File

@@ -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') }}