Skip to content

Publish output after CI build #7

Publish output after CI build

Publish output after CI build #7

Workflow file for this run

name: LaTeX build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- uses: xu-cheng/latex-action@v3
with:

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
root_file: tex/document.tex
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode
- name: Upload PDF file
- uses: actions/upload-artifact@v4
with:
name: TheCore-fr-${{ steps.date.outputs.date }}.pdf
path: tex/document.pdf