Skip to content

Commit

Permalink
make the YAML valid
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual committed Jan 4, 2024
1 parent 82ab346 commit 1c3efdb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/make-bibs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
steps:
- uses: docker://pandoc/core:2.9
with:
args: >-
-t markdown_strict
--filter=pandoc-citeproc generatebib.md
-o output/archivematica-bib.md
--bibliography archivematica.bib
args: >-
--filter=pandoc-citeproc generatebib.md
-o output/archivematica-bib.md
--bibliography archivematica.bib
make_html:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 1c3efdb

Please sign in to comment.