Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail authored Jan 8, 2024
1 parent b0f8e19 commit 316f5e5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Sample workflow for building and deploying a mdBook site to GitHub Pages
#
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
#
name: Deploy mdBook site to Pages
name: Include citations in markdown with pandoc and deploy mdBook site

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -34,8 +30,8 @@ jobs:
with:
args: >- # allows you to break string into multiple lines
-t markdown_strict
--citeproc AnnotatedBibliography.md
-o src/AnnotatedBibliography.md
--citeproc ./AnnotatedBibliography.md
-o ./src/AnnotatedBibliography.md
- uses: actions/checkout@v4
- name: Install mdBook
run: |
Expand Down

0 comments on commit 316f5e5

Please sign in to comment.