Skip to content

fix: using v4 artifact step in gh action #2

fix: using v4 artifact step in gh action

fix: using v4 artifact step in gh action #2

Workflow file for this run

name: Generate
on:
push:
branches:
- main
jobs:
build-szmsz:
runs-on: ubuntu-latest
name: Create document
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Convert to pdf
id: convert-to-pdf
uses: closoco/[email protected]
with:
texFile: ./szmsz.tex
- name: Store pdf
uses: actions/upload-artifact@v4
with:
name: szmsz.pdf
path: szmsz.pdf