Fix directory name for Github workflows

This commit is contained in:
KingOfDog 2023-02-02 16:48:24 +01:00
parent 0c92b469e6
commit 690f185995

View File

@ -16,7 +16,7 @@ if [ $1 == "markdown" ]
then then
#cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml #cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
cp templates/markdown/.drone.yml ./.drone.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/github-workflow.yml ./.github/workflows/latex.yml
#cp templates/markdown/azure-pipelines.yml ./azure-pipelines.yml #cp templates/markdown/azure-pipelines.yml ./azure-pipelines.yml
cp templates/markdown/tasks.json ./.vscode/tasks.json cp templates/markdown/tasks.json ./.vscode/tasks.json