Skip to content

Commit

Permalink
Refs #225, review paper and suggestions. Will run GitHub action to ge…
Browse files Browse the repository at this point in the history
…nerate paper as artifact on branch joss-paper-review.
  • Loading branch information
doumdi committed Aug 29, 2023
1 parent 07b2f54 commit d60d787
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/draft-joss-paper-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: JOSS Paper Draft PDF

on: [push]
on:
push:
branches: [main, joss-paper-review]
workflow_dispatch:
branches: [main, joss-paper-review]

jobs:
paper:
Expand All @@ -23,4 +27,3 @@ jobs:
# PDF. Note, this should be the same directory as the input
# paper.md
path: joss-paper/paper.pdf

0 comments on commit d60d787

Please sign in to comment.