Skip to content

testing workflow on this branch #5

testing workflow on this branch

testing workflow on this branch #5

Workflow file for this run

name: pandoc-make-bibs
on: push
jobs:
make_bib:
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
-o output/archivematica-bib.md
--bibliography archivematica.bib
- uses: docker://pandoc/core:2.9
with:
args: >-
--filter=pandoc-citeproc
--standalone generatebib.md
-o output/archivematica-bib.html
--bibliography archivematica.bib
- name: make README
run: cat output/archivematica-bib.md intro_placeholder.md > output/README.md
- uses: actions/upload-artifact@v3
with:
name: output
path: ./
on:

Check failure on line 34 in .github/workflows/make-bibs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/make-bibs.yml

Invalid workflow file

You have an error in your yaml syntax on line 34
pull_request:
types:
- opened
branches:
- 'dev/**'
- 'restructure'
jobs:
make_bib:
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
-o output/archivematica-bib.md
--bibliography archivematica.bib
- uses: docker://pandoc/core:2.9
with:
args: >-
--filter=pandoc-citeproc
--standalone generatebib.md
-o output/archivematica-bib.html
--bibliography archivematica.bib
- name: make README
run: cat output/archivematica-bib.md intro_placeholder.md > output/README.md
- uses: actions/upload-artifact@v3
with:
name: output
path: ./