File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
id : files
38
38
run : |
39
39
git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "^articles/.*\.md$" > $GITHUB_WORKSPACE/changed_files.txt
40
- echo "Changed markdown files:"
40
+ echo "📋 Changed markdown files:"
41
41
cat $GITHUB_WORKSPACE/changed_files.txt
42
42
continue-on-error : true
43
43
shell : bash
63
63
fi
64
64
65
65
echo "🚚 Convert $file to qiita/public/$filename.md"
66
- ./node_modules/.bin/ts-node --project ${{ github.action_path }}/tsconfig.json ${{ github.action_path }}/scripts/ztoq.tsx "$file" "./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"
67
67
done
68
68
shell : bash
69
69
if : steps.files.outcome == 'success'
You can’t perform that action at this time.
0 commit comments