Skip to content

test latex action

test latex action #1

Workflow file for this run

name: LATEX
on:
push
jobs:
build_paper:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cat action
run: |
cat ./actions/latex/action.yml
#- name: Build LaTeX document
# uses: ./actions/latex
# with:
# paper: ".github/hello-paper/main.tex"
#secrets:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Upload build artifacts
# uses: actions/upload-artifact@v4
# with:
# name: latex-build-${{ github.sha }}
# path: publish/
# retention-days: 7