Skip to content

Commit

Permalink
build: build everything
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 committed Dec 9, 2023
1 parent 05bf0bd commit 7192990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build docs
run: yarn docs build
run: yarn build

deploy:
needs: build
Expand Down

0 comments on commit 7192990

Please sign in to comment.