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 e815b33 commit 293edd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: deploy
env:
SOURCE_REPO: filippomazzoli/academic-CV
AUTOMATIC_MONITOR: true
FILES: "papers.bib, main.pdf" # seperate multiple entries with ,
FILES_NEW: "_bibliography/papers.bib, assets/pdf/main.pdf" # seperate multiple entries with ,
FILES: "_bibliography/papers.bib, assets/pdf/main.pdf" # seperate multiple entries with ,
FILES_NEW: "papers.bib, 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 293edd5

Please sign in to comment.