diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 23ada30a8..01cfb100c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Environment run: | npm install - - name: Generate meta and builld + - name: Generate meta and build run: | npm run meta npm run build