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 6744de1 commit 4dbede9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: deploy
env:
SOURCE_REPO: filippomazzoli/academic-CV
AUTOMATIC_MONITOR: true
FILES: "_bibliography/papers.bib, assets/pdf/main.pdf" # seperate multiple entries with ,
FILES_NEW: "_bibliography/papers.bib, assets/pdf/main.pdf" # seperate multiple entries with ,
FILES: "papers.bib, 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
THE_SERVER: ${{ github.server_url }}
PATH_SOURCE_CHECKOUT: blob/master/TeX-files/
SOURCE_BRANCH: main
TARGET_BRANCH: master/_bibliography
PATH_SOURCE_CHECKOUT: TeX-files/
THE_SECRET: ${{ secrets.TOKEN_NAME || 'default_value' }}

on:
Expand Down

0 comments on commit 4dbede9

Please sign in to comment.