Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
fix: fix incorrect build command in deployment workflow (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorol3107 authored May 5, 2021
1 parent 7565055 commit be1f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build
run: yarn workspase @practice/my-diary build
run: yarn workspace @practice/my-diary build
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit be1f3b6

Please sign in to comment.