Fixed typo in Github workflow (#1247)

pull/1657/head
Gabriel Fernandes 2 years ago committed by GitHub
parent f3a61cf9a5
commit 9d77b510bc
  1. 2
      .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

Loading…
Cancel
Save