From 316f5e53ab7606cf2cc76b9fbf86ec102b682f21 Mon Sep 17 00:00:00 2001 From: Connor Date: Mon, 8 Jan 2024 16:40:24 -0600 Subject: [PATCH] Update mdbook.yml --- .github/workflows/mdbook.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 883cbc0..5556729 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -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 @@ -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: |