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

This commit is contained in:
Lyric
2024-06-24 19:25:35 +09:00
parent 9158cf8689
commit cd3bdeb7fb

View File

@@ -35,7 +35,7 @@ jobs:
run: yarn install
- name: Build
run: yarn generate
run: yarn portal:generate
- name: Deploy
uses: cloudflare/wrangler-action@v3