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 - name: Setup Environment
run: | run: |
npm install npm install
- name: Generate meta and builld - name: Generate meta and build
run: | run: |
npm run meta npm run meta
npm run build npm run build

Loading…
Cancel
Save