Skip to content

fix(release): published instead of created ? #8

fix(release): published instead of created ?

fix(release): published instead of created ? #8

Workflow file for this run

name: Markdown to PDF
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-tutoriels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pandoc
run:
sudo apt-get install pandoc &&
sudo apt-get install texlive-latex-recommended
- name: Convert to PDF
run: ./.build/generate_tutoriels.sh
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: tutoriels
path: out/