Skip to content

Commit

Permalink
Disable citations extention
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <106889957+norwd@users.noreply.github.com>
  • Loading branch information
norwd authored Jan 5, 2025
1 parent 67fdf64 commit 80cba85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: gh api "${ENDPOINT}" --template "${TEMPLATE}" | sh | tee humans.md
env:
ENDPOINT: '/orgs/${{ github.repository_owner }}/repos'
JQ_QUERY: '"- " + (.name // .login) + " aka [&commat;" + .login + "](" + .html_url + ")"'
JQ_QUERY: '"- " + (.name // .login) + " aka [@" + .login + "](" + .html_url + ")"'
TEMPLATE: |
echo "# Humans to Thank"
echo
Expand All @@ -131,7 +131,7 @@ jobs:
rm -f header.html
%.html: %.md
pandoc --metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji-implicit_figures+shortcut_reference_links+spaced_reference_links+autolink_bare_uris --to html --standalone $< --output $@
pandoc --metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji-implicit_figures+shortcut_reference_links+spaced_reference_links+autolink_bare_uris-citations --to html --standalone $< --output $@
%.txt: %.md
pandoc --from markdown --to plain --wrap=none $< --output $@
Expand Down

0 comments on commit 80cba85

Please sign in to comment.