Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update action
Browse files Browse the repository at this point in the history
paquiteau committed Sep 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 546b82f commit 8c3cab0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,9 @@ name: Draft PDF
on:
push:
paths:
- docs/paper-joss/paper.md
- docs/paper-joss/*
- .github/workflows/draft-pdf.yml*

permissions:
pull-requests: write

@@ -28,7 +30,12 @@ jobs:
# paper.md
path: docs/paper-joss/paper.pdf

- name: add link to PR
uses: PicoCentauri/comment-artifact@v1
link:
needs: paper # make sure the artifacts are uploaded first
permissions:
contents: write # for commenting on your commit
pull-requests: write # for commenting on your pr
steps:
- uses: beni69/artifact-link@v1
with:
name: paper
token: ${{ github.token }}

0 comments on commit 8c3cab0

Please sign in to comment.