From 690f1859958a053e73a34b1ddf5e55a86f38967e Mon Sep 17 00:00:00 2001 From: KingOfDog Date: Thu, 2 Feb 2023 16:48:24 +0100 Subject: [PATCH] Fix directory name for Github workflows --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 64a886f..af22797 100755 --- a/setup.sh +++ b/setup.sh @@ -16,7 +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 + mkdir -p .github/workflows 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