Skip to content

Commit 7cf022e

Browse files
Worked through several quirky nuances; now in good shape as an improved auto code layout
1 parent 31817a7 commit 7cf022e

25 files changed

+1162
-1018
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
cd docs
4444
pydoc-markdown
45+
./fix-doc-titles.sh
4546
- uses: actions/setup-node@v3
4647
with:
4748
node-version: 20

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
cd docs
4444
pydoc-markdown
45+
./fix-doc-titles.sh
4546
- uses: actions/setup-node@v3
4647
with:
4748
node-version: 20

0 commit comments

Comments
 (0)