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
1 parent 546b82f commit d39fa00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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

@@ -29,6 +31,6 @@ jobs:
path: docs/paper-joss/paper.pdf

- name: add link to PR
uses: PicoCentauri/comment-artifact@v1
uses: PicoCentauri/comment-artifact@v0.1.9
with:
name: paper

0 comments on commit d39fa00

Please sign in to comment.