Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjt91 authored Sep 18, 2024
1 parent 288a2e3 commit 9af44ca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile
run: make examples
run: make

# - uses: actions/upload-artifact@v3
# with:
# name: examples
# path: examples/*.pdf
- uses: actions/upload-artifact@v3
with:
name: examples
path: examples/*.pdf
name: personal
path: ./*.pdf

0 comments on commit 9af44ca

Please sign in to comment.