Skip to content

Commit

Permalink
print artifact download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Sep 15, 2024
1 parent 51d554c commit eee96bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/genpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
push:
branches:
- main
pull_request:
branches:
- main


jobs:
convert-webpage:
Expand Down Expand Up @@ -44,3 +42,6 @@ jobs:
with:
name: slides-pdf
path: docs/slides.pdf
- name: Artifact download link
run: |
echo "Download the PDF artifact from: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifact"

0 comments on commit eee96bd

Please sign in to comment.