Skip to content

Workflow file for this run

name: generating-docs
run-name: generating docs
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:

Check failure on line 7 in .github/workflows/generatedocs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/generatedocs.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: ada_reference_card_2022_a4_en.tex
name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ada_reference_card_2022_a4_en.pdf