From 22994d3281158e7d053af13d9f3df1138b7709f6 Mon Sep 17 00:00:00 2001 From: Guillermo Fidalgo Date: Fri, 8 Mar 2024 03:06:35 -0400 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f9175..7a421b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - run: pip install requests - run: python createbib.py - - run: pipx install pandoc + - run: apt-get install pandoc - run: pandoc --citeproc bibfile.bib -t markdown_strict --csl american-physics-society.csl -o includes/myPubs.md - name: Setup Pages