Fix directory name for Github workflows
This commit is contained in:
parent
0c92b469e6
commit
690f185995
2
setup.sh
2
setup.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user