Skip to content

Commit 55392ac

Browse files
committed
Remove workspace_path input from build-docs action and update working directory to use default path.
1 parent 8084ea7 commit 55392ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
name: Build Documentation
22
description: 'Build Documentation for a package'
3-
inputs:
4-
workspace_path:
5-
description: 'Path to the package to build docs for.'
6-
required: false
7-
default: 'packages/sdk/server-ai'
83

94
runs:
105
using: composite
116
steps:
127
- name: Build Documentation
138
shell: bash
14-
working-directory: ${{ inputs.workspace_path }}
159
run: make docs

0 commit comments

Comments
 (0)