Skip to content

Commit

Permalink
Merge branch 'improve-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerkayHamurcu committed Dec 26, 2024
2 parents 1aafeb2 + 7221817 commit f772cde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
lfs: true

- name: Install Docker
uses: docker/setup-docker-action@v4
Expand All @@ -31,3 +33,12 @@ jobs:
imageName: vsctex
runCmd: |
if [[ "$(service --status-all 2>&1)" != *"[ ? ] devContainerService"* ]]; then exit 1; fi
- name: Upload resulting document
uses: actions/upload-artifact@v4
with:
name: document_template
path: ./main.pdf
if-no-files-found: 'error'
retention-days: 14
compression-level: 9

0 comments on commit f772cde

Please sign in to comment.