diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0600ba0..739d671 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: branches: [ "master" ] - paths: cv/** + paths: + - cv/** # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -27,7 +28,7 @@ jobs: root_file: main.tex - name: Move built .pdf run: | - mv cv/main.pdf ./cv.pdf + mv cv/main.pdf ./static/cv.pdf - name: Commit built .pdf uses: EndBug/add-and-commit@v9 with: diff --git a/cv.pdf b/cv.pdf deleted file mode 100644 index d8d1a7c..0000000 Binary files a/cv.pdf and /dev/null differ