Skip to content

Commit cc6764d

Browse files
committed
feat: make translate-docs executable
1 parent c5db122 commit cc6764d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ runs:
2626
- name: Build packages
2727
shell: bash
2828
run: pnpm build:packages
29+
30+
- name: Make translate-docs executable
31+
shell: bash
32+
run: |
33+
chmod +x ./packages/translate/dist/index.js

0 commit comments

Comments
 (0)