Skip to content

Commit

Permalink
Fixing GA commands (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 4, 2024
1 parent 96c6be1 commit 62b8147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: "Install dependencies"
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: "yarn workspace @fastybird/web-ui-docs build"
run: "yarn install"

- name: "Test build"
run: "yarn workspace @fastybird/web-ui-docs build"
Expand Down

0 comments on commit 62b8147

Please sign in to comment.