Skip to content

Commit

Permalink
fix: github actions repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
minsusun committed Sep 1, 2024
1 parent 592cdd7 commit 8fb8169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:
- name: Compile Latex
run: |
./tectonic main.tex
- name: Rename Compiled PDF
run: |
mv main.pdf "CV - Minsu Sun(eng).pdf"
- name: Upload Compiled PDF
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Upload Compiled PDF
branch: ${{ github.head_ref || github.ref_name }}
commit_options: '--no-verify --signoff'
commit_aauthor: Author <[email protected]>
commit_author: Author <[email protected]>
status_options: '--untracked-files=no'
skip_dirty_check: true

0 comments on commit 8fb8169

Please sign in to comment.