Skip to content

Commit

Permalink
add actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasantillana committed Jan 10, 2024
1 parent e79138f commit 72f7d4e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Make Diplomas

on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
container: koppor/texlive

steps:
- uses: actions/checkout@v3

- name: mklatex
run: chmod +x make-diplomas.sh && ./make-diplomas.sh

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: All Documents
path: all-documents.zip

0 comments on commit 72f7d4e

Please sign in to comment.