From bf3c1ee97cb84eead020b866db896e80c37a9711 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Sat, 27 Mar 2021 18:57:30 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bee4c80..25fa41a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: with: node-version: '14' - run: npm install jsdom && npm install axios + - run: node .github/ci-generateTranslations.js - name: Create Pull Request uses: peter-evans/create-pull-request@v3