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 10b2e78 commit 3e45d10Copy full SHA for 3e45d10
bin/ztoq.sh
@@ -6,6 +6,7 @@ FILENAME=$(basename "$FILE" .md)
6
echo "Converting $FILE to Qiita format 🚀"
7
8
if [[ "$FILE" != ./articles/* ]]; then
9
+ echo "invalid file path: $FILE"
10
if [[ -f "qiita/public/$FILENAME.md" ]]; then
11
echo "delete qiita/public/$FILENAME.md cuz it's not included in articles/"
12
rm "qiita/public/$FILENAME.md"
0 commit comments