Skip to content

grunenwald is generating new slides #3

grunenwald is generating new slides

grunenwald is generating new slides #3

Workflow file for this run

name: html+pdf generation with pandoc
run-name: ${{ github.actor }} is generating new slides
on: [push]
env:
PANDOC_VERSION=2.10.1

Check failure on line 6 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / html+pdf generation with pandoc

Invalid workflow file

The workflow is not valid. .github/workflows/makefile.yml (Line: 6, Col: 3): Unexpected value 'PANDOC_VERSION=2.10.1 EMOJIONE_VERSION=5.0.3'
EMOJIONE_VERSION=5.0.3
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: fonts-inconsolata fonts-linuxlibertine latex-xcolor latexmk librsvg2-bin lmodern make
version: 1.0
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."