Skip to content

Commit

Permalink
Tweaked the numbering again
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Aug 13, 2024
1 parent a2b7ac0 commit ec7d07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install asciidoctor ruby-pygments.rb -y
asciidoctor -t -v -D docs/smith --backend=xhtml5 -n -a toc=left -a source-hightlighter-pygments -o index.html docs/smith/manual.adoc
asciidoctor -t -v -D docs/smith --backend=xhtml5 -n -a toc=left -a source-hightlighter=pygments -o index.html docs/smith/manual.adoc
- name: Deploy docs to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/smith/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
:keywords: fonts, building, testing, releasing, writing systems

:toc: left

:toclevels: 2
:sectanchors:
:sectlinks:
:sectnums:
:source-highlighter: pygments

include::intro.adoc[]

Expand Down

0 comments on commit ec7d07c

Please sign in to comment.