Skip to content

Commit

Permalink
Add automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Merrick committed Dec 31, 2024
1 parent b92c1b0 commit 331e157
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build
on:
push:
branches:
#TODO: remove this
- add-automation
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: xu-cheng/latex-action@v3
with:
root_file: |
resume.tex

0 comments on commit 331e157

Please sign in to comment.