fix: CI: mkdir content before creating letter.md

This commit is contained in:
Aravinth Manivannan 2022-10-27 22:18:34 +05:30
parent a949468ea5
commit 3f2ff001ee
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ set -euo pipefail
init() {
rm -rf $file || true
mkdir content
touch $file
echo "+++" > $file
echo 'title = "Gitea Open Letter"' >> $file