Improve setup and build process, don't require new line at the end of each md file

This commit is contained in:
2023-01-17 15:49:24 +01:00
parent 19bd7e1a5b
commit 0c92b469e6
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ if [ $1 == "markdown" ]
then
#cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
cp templates/markdown/.drone.yml ./.drone.yml
mkdir -p .github/workflow
cp templates/markdown/github-workflow.yml ./.github/workflows/latex.yml
#cp templates/markdown/azure-pipelines.yml ./azure-pipelines.yml
cp templates/markdown/tasks.json ./.vscode/tasks.json