Fixed typo in Github workflow (#1247)

pull/1204/head^2
Gabriel Fernandes 2 years ago committed by GitHub
parent d08eefe8c3
commit 5d868989fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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