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 7798cda commit d346624Copy full SHA for d346624
action.yml
@@ -46,7 +46,7 @@ runs:
46
for file in $(cat $GITHUB_WORKSPACE/changed_files.txt); do
47
filename=$(basename "$file" .md)
48
echo "🚀 Convert $file to Qiita format"
49
- if [[ "$file" != ./articles/* ]]; then
+ if [[ "$file" != articles/* ]]; then
50
echo "invalid file path: $file"
51
if [[ -f "qiita/public/$filename.md" ]]; then
52
echo "delete qiita/public/$filename.md cuz it's not included in articles/"
0 commit comments