We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6057643 commit 9dc6129Copy full SHA for 9dc6129
build/local/release.sh
@@ -93,7 +93,7 @@ generate_blog() {
93
--template blog \
94
--release `echo $VERSION | sed -e 's/^v//g'` \
95
--single \
96
- --output "${DIR}/_index.md"
+ --output "${DIR}/index.md"
97
fi
98
}
99
0 commit comments