Skip to content

Commit

Permalink
joss p4
Browse files Browse the repository at this point in the history
  • Loading branch information
rahil-makadia committed Sep 21, 2023
1 parent e2e27eb commit 98fa8fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/joss.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: JOSS paper
name: JOSS build
on:
push:
branches:
- main
- dev

jobs:
build-paper:
paper:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -21,5 +21,5 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v1
with:
name: build-paper
path: ./joss/joss_paper.pdf
name: paper
path: ../joss/joss_paper.pdf

0 comments on commit 98fa8fd

Please sign in to comment.