Skip to content

Commit ca9e4e5

Browse files
committed
Update doc publish script.
1 parent 3050f01 commit ca9e4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ runs:
1717
shell: bash
1818
run: |
1919
echo "Publishing docs for: $WORKSPACE"
20-
./scripts/publish-doc.sh
20+
./scripts/publish-doc.sh $WORKSPACE
2121
env:
2222
WORKSPACE: ${{ inputs.workspace_path }}

0 commit comments

Comments
 (0)