diff --git a/.github/workflows/genpdf.yml b/.github/workflows/genpdf.yml index 6d2cc8e..e10329d 100644 --- a/.github/workflows/genpdf.yml +++ b/.github/workflows/genpdf.yml @@ -4,9 +4,7 @@ on: push: branches: - main - pull_request: - branches: - - main + jobs: convert-webpage: @@ -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"