Skip to content

Commit

Permalink
fix(deploy): update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 29, 2024
1 parent 5b40581 commit fb57244
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 @@ -17,7 +17,7 @@ jobs:
- uses: skkuding/codedang/.github/actions/setup-pnpm@main

- name: Build documentation
run: pnpm docs:build
run: pnpm build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit fb57244

Please sign in to comment.