Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GithubAction to comile JOSS paper draft #63

Open
ckittl opened this issue Oct 27, 2021 · 0 comments
Open

Add GithubAction to comile JOSS paper draft #63

ckittl opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ckittl
Copy link
Member

ckittl commented Oct 27, 2021

.github/workflows/draft-pdf.yml:

on: [push]

jobs:
  paper:
    runs-on: ubuntu-latest
    name: Paper Draft
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Build draft PDF
        uses: openjournals/openjournals-draft-action@master
        with:
          journal: joss
          paper-path: publication/joss_introduction.md
      - name: Upload
        uses: actions/upload-artifact@v1
        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: publication/joss_introduction.pdf
@ckittl ckittl added the enhancement New feature or request label Oct 27, 2021
@ckittl ckittl self-assigned this Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant