Skip to content

Commit

Permalink
Merge branch 'main' into joss-review
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuakiyama committed Oct 16, 2024
2 parents 732e847 + 92a6af7 commit a013c9b
Show file tree
Hide file tree
Showing 35 changed files with 1,545 additions and 606 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CompatHelper
on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 0
workflow_dispatch:
jobs:
CompatHelper:
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push]
name: Draft JOSS Paper PDF
on:
push:
paths:
- paper/**
- .github/workflows/draft-pdf.yml

jobs:
paper:
Expand All @@ -14,10 +19,10 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper/paper.pdf
path: paper/paper.pdf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.jl.mem
/docs/Manifest.toml
/docs/build/
*.DS_Store
Loading

0 comments on commit a013c9b

Please sign in to comment.