adding get_segm_len(), get_segm_duration() and _interpolate_time_to_s… #125
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: compile paper | |
on: [push] | |
jobs: | |
paper: | |
runs-on: ubuntu-latest | |
name: compile paper | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
with: | |
lfs: 'true' | |
- name: build PDF | |
uses: openjournals/openjournals-draft-action@master | |
with: | |
journal: joss | |
paper-path: paper/paper.md | |
- name: upload PDF | |
uses: actions/upload-artifact@v4 | |
with: | |
name: paper | |
path: ./paper/paper.pdf |