Skip to content

Commit

Permalink
Setup GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmc committed Jul 28, 2023
1 parent 9eaa858 commit b0b0b88
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 100 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: build LaTex doc

on: [push]
#on:
# push:
# tags:
# - '*'

jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: kurt_cv.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: kurt_cv.pdf
2 changes: 0 additions & 2 deletions ci/Makefile

This file was deleted.

98 changes: 0 additions & 98 deletions ci/pipeline.yml

This file was deleted.

0 comments on commit b0b0b88

Please sign in to comment.