File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
node-version : ' 21'
29
29
30
- - name : Install dependencies
31
- run : |
32
- npm install @types/yargs git-url-parse yargs zenn-cli
33
- npm install --save-dev @qiita/qiita-cli @types/git-url-parse @types/js-yaml @types/node ts-node typescript
34
- shell : bash
35
-
36
30
- name : Get changed markdown files
37
31
id : files
38
32
run : |
63
57
fi
64
58
65
59
echo "🚚 Convert $file to qiita/public/$filename.md"
66
- ./node_modules/.bin/ts- node --files --project ${{ github.action_path }}/tsconfig.json ${{ github.action_path }}/scripts/ztoq.tsx "$file" "./qiita/public/$filename.md"
60
+ node ${{ github.action_path }}/dist/index.js "$file" "./qiita/public/$filename.md"
67
61
done
68
62
shell : bash
69
63
if : steps.files.outcome == 'success'
You can’t perform that action at this time.
0 commit comments