Skip to content

Commit

Permalink
ok this should work 1/
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual committed Jan 4, 2024
1 parent 01082c9 commit 14e9c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/make-bibs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: create output dir
id: make_dir
run: mkdir output
- uses: docker://pandoc/core:2.9
with:
args: >-
--filter=pandoc-citeproc generatebib.md
-t markdown_strict
--filter=pandoc-citeproc
generatebib.md
-o output/archivematica-bib.md
--bibliography archivematica.bib
--bibliography archivematica.bib
- uses: docker://pandoc/core:2.9
with:
args: >-
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/test-bibs.yml

This file was deleted.

0 comments on commit 14e9c8f

Please sign in to comment.