We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5db122 commit cc6764dCopy full SHA for cc6764d
.github/actions/setup/action.yml
@@ -26,3 +26,8 @@ runs:
26
- name: Build packages
27
shell: bash
28
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