From 331e1570cc8f5d40340c9510aade17ac8b3e3f7a Mon Sep 17 00:00:00 2001 From: Dana Merrick Date: Tue, 31 Dec 2024 03:50:58 -0500 Subject: [PATCH 1/2] Add automation --- .github/workflows/release.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..6829c9f --- /dev/null +++ b/.github/workflows/release.yml @@ -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 From ce48fd8efceaf9ad7150c6aa0fb9dbdab1c2efed Mon Sep 17 00:00:00 2001 From: Dana Merrick Date: Tue, 31 Dec 2024 03:57:20 -0500 Subject: [PATCH 2/2] add todo --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6829c9f..be91e06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,3 +16,8 @@ jobs: with: root_file: | resume.tex + #TODO: is there a way to make only the most recent version available? + # - name: Upload PDF file + # uses: actions/upload-artifact@v4 + # with: + # path: resume.pdf