Skip to content

Commit

Permalink
Hint for matrix in GHA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Nov 20, 2024
1 parent 7ccd3c0 commit c98ef45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run make lint
run: make lint

python-tests:
python-sphinx:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Run unit tests
run: tox -e py3.13-sphinx${{ matrix.sphinx }}

javascript-tests:
javascript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"link": "/examples/self-hosting-multiple-versions.html"
},
{
"text": "A blog with ABlog and Nefertiti",
"text": "A blog with ABlog",
"link": "/examples/a-blog-with-ablog.html"
}
)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/a-blog-with-ablog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# A blog with ABlog and Nefertiti
# A blog with ABlog

Blah blah blah...

0 comments on commit c98ef45

Please sign in to comment.