From 3289f34aef7f46c1bd1ff37cb6164d7a66d4fac1 Mon Sep 17 00:00:00 2001 From: Will King Date: Fri, 5 Mar 2021 03:02:12 +0000 Subject: [PATCH] Updated pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 164a5df..2f17d79 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,7 @@ pipelines: - step: name: Build and Upload PDF script: - - latexmk -pdf main.tex + - latexmk -pdf CurrentWriting/Main.tex - curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"main.pdf" artifacts: - main.pdf