Skip to content

Commit 6cd2bb7

Browse files
committed
use workspace name and not path
1 parent c8b9b86 commit 6cd2bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ runs:
4040

4141
- name: Build Docs
4242
shell: bash
43-
run: yarn workspace ${{ inputs.workspace_path }} doc
43+
run: yarn workspace ${{ inputs.workspace_name }} doc

0 commit comments

Comments
 (0)