Skip to content

docs: remove TACC documentation ref that is not used #16

docs: remove TACC documentation ref that is not used

docs: remove TACC documentation ref that is not used #16

# Workflow to render the FTorch submission to JOSS
name: RenderJOSSPaper
# Controls when the workflow will run
on:
# Triggers the workflow on pushes to the "joss" branch, i.e., PR merges
push:
branches: [ "joss" ]
# Triggers the workflow on pushes to open pull requests to joss with documentation changes
pull_request:
branches: [ "joss" ]
paths:
- '.github/workflows/JOSS_paper_pdf.yml'
- 'joss/*'
jobs:
paper:
runs-on: ubuntu-latest
name: Paper Draft
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
# Builds/renders the paper using the openjournals action
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: joss
paper-path: joss/paper.md
# Uploads the rendered pdf to GitHub.
- name: Upload draft PDF
uses: actions/upload-artifact@v4
with:
name: paper
path: joss/paper.pdf