Skip to content

Commit

Permalink
[deploy][s] fix: deploy script will now also build schemas frictionle…
Browse files Browse the repository at this point in the history
  • Loading branch information
nirabpudasaini committed Feb 21, 2020
1 parent b31d06e commit 3043d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Build Schemas
run: npm run buildschemas
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 3043d5e

Please sign in to comment.