Skip to content

Commit 6490e0a

Browse files
committed
fix workflow
1 parent b91ef7f commit 6490e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/document.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
with:
3333
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3434
publish_dir: ./tools/generated
35-
destination_dir: ${( steps.branch.outputs.BRANCH_NAME )}
35+
destination_dir: ${{ steps.branch.outputs.BRANCH_NAME }}

0 commit comments

Comments
 (0)