coalescence-only single-column test case ("deJong_Azimi" based on S&H); power-law terminal velocity; initialisation of particles in part of the domain in 1D kinematic env #1659
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build JOSS paper draft | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
paper: | |
runs-on: ubuntu-latest | |
name: Paper Draft | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: TeX and PDF | |
uses: docker://openjournals/paperdraft:latest | |
with: | |
args: '-k paper/paper.md' | |
env: | |
GIT_SHA: $GITHUB_SHA | |
JOURNAL: joss | |
- name: Upload | |
uses: actions/upload-artifact@v1 | |
with: | |
name: paper | |
path: paper/ |