Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoFidalgo committed Mar 8, 2024
1 parent 22994d3 commit 6f1e0e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- run: pip install requests
- run: python createbib.py

- run: apt-get install pandoc
- name: install pandoc
uses: apt install pandoc
- run: pandoc --citeproc bibfile.bib -t markdown_strict --csl american-physics-society.csl -o includes/myPubs.md

- name: Setup Pages
Expand Down

0 comments on commit 6f1e0e9

Please sign in to comment.