Skip to content

Commit

Permalink
try experimental docx file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed May 21, 2024
1 parent 1e444e6 commit 8004a21
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/draft-docx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
push:
branches: [paper]
paths:
- 'paper/**'
- '.github/workflows/draft-pdf.yml'

name: JOSS rendering

jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build draft docx
using: docker
image: 'docker://openjournals/inara:latest'
env:
GIT_SHA: $GITHUB_SHA
JOURNAL: joss
args:
- -o docx
- paper/paper.md

0 comments on commit 8004a21

Please sign in to comment.