diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b9f86a8..d5a4312 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ env: SOURCE_REPO: filippomazzoli/academic-CV AUTOMATIC_MONITOR: true FILES: "_bibliography/papers.bib, assets/pdf/main.pdf" # seperate multiple entries with , - FILES_NEW: "papers.bib, main.pdf" # seperate multiple entries with , + FILES_NEW: "_bibliography/papers.bib, assets/pdf/main.pdf" # seperate multiple entries with , USERNAME: ${{ github.actor }} ADDRESS_SUFFIX: users.noreply.github.com TOKEN_NAME: GITHUB_TOKEN_CV # name of token defined in the target repo's settings, needed for private repos