From 5d868989fc273d4389ab3483f60377cb81ba7abd Mon Sep 17 00:00:00 2001 From: Gabriel Fernandes Date: Thu, 4 Aug 2022 09:06:38 +0100 Subject: [PATCH] Fixed typo in Github workflow (#1247) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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