Skip to content

Commit

Permalink
Remove duplicate calls to upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Oct 15, 2024
1 parent de3d9f4 commit 36fe996
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/create-pdfs-from-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,9 @@ jobs:
- name: Compile PDFs (quizzes)
run: |
./scripts/create-pdf-from-markdown.sh quiz
- uses: actions/upload-artifact@master
with:
name: texts
path: texts
retention-days: 7
- name: Compile PDFs (exercises)
run: |
./scripts/create-pdf-from-markdown.sh exercise
- uses: actions/upload-artifact@master
with:
name: texts
path: texts
retention-days: 7
- name: Compile PDFs (demos)
run: |
./scripts/create-pdf-from-markdown.sh demo
Expand Down

0 comments on commit 36fe996

Please sign in to comment.