This commit is contained in:
parent
93a6a96013
commit
88be4bf0e1
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/build.yaml
Normal file
16
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
on: [push]
|
||||
|
||||
name: Compile
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
name: Compile
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Compile
|
||||
uses: https://github.com/xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: resume.tex
|
Loading…
Add table
Add a link
Reference in a new issue