Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomazzoli authored Jan 10, 2024
1 parent 293edd5 commit 6744de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6744de1

Please sign in to comment.