Skip to content

Commit

Permalink
Add README and update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed May 6, 2024
1 parent 6f8ae01 commit 55c9aa9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,21 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0

- name: Compile
run: xelatex SergeyKambalin.tex

- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "Auto-compile CV: ${date}"

- uses: actions/upload-artifact@v4
name: Upload CV
with:
name: SergeyKambalin
path: ./SergeyKambalin.pdf
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Sergey Kambalin CV

To compile the CV use the following command:

```sh
sh ./compile.sh
```

0 comments on commit 55c9aa9

Please sign in to comment.