Skip to content

Commit

Permalink
fix pandoc bad arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaille committed Dec 13, 2024
1 parent 17cbe43 commit 425723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: install pandoc
uses: docker://pandoc/core:3.5
with:
args: "-f org -t gfm --atx-headers <(printf "#+OPTIONS: H:9") -o src/noon/doc/guide.md src/noon/doc/guide.org"
args: "-f org -t gfm --markdown-headings=atx <(printf "#+OPTIONS: H:9") -o src/noon/doc/guide.md src/noon/doc/guide.org"

# - name: Install Emacs
# uses: purcell/setup-emacs@master
Expand Down

0 comments on commit 425723d

Please sign in to comment.