Skip to content

Commit

Permalink
Update GitHub Action compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SunyongKwon committed May 22, 2024
1 parent 7a2e2b3 commit 28bc637
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 604 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/draft-pdf_example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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
# This should be the path to the paper within your repo.
paper-path: paper/paper.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: paper/paper.pdf
## suspend this process with GitHub commits by commenting the following code
# - name: save pdf to repo
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Saved new PDF of paper
14 changes: 0 additions & 14 deletions docs/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions docs/Gemfile

This file was deleted.

92 changes: 0 additions & 92 deletions docs/Gemfile.lock

This file was deleted.

21 changes: 0 additions & 21 deletions docs/LICENSE

This file was deleted.

65 changes: 0 additions & 65 deletions docs/_config.yml

This file was deleted.

Loading

0 comments on commit 28bc637

Please sign in to comment.