Skip to content

Commit

Permalink
Merge branch 'main' into sam/versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta authored Jul 20, 2023
2 parents 8eae569 + 3d63a59 commit ba0979b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
with:
node-version: "16.x"

- name: Build 🔧
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Deploy 🚀
Expand Down

0 comments on commit ba0979b

Please sign in to comment.