Skip to content

Commit

Permalink
CI: Updated docs action to Sphinx 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Sep 12, 2024
1 parent 4261f7d commit 3051fe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
paths:
- 'docs/**'
paths-ignore:
- 'docs/scripting-doc/**'

jobs:
docs:
Expand All @@ -12,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Build documentation
uses: Algo-ryth-mix/sphinx-action@master
uses: ammaraskar/sphinx-action@6.2.1
with:
docs-folder: "docs/"

Expand Down

0 comments on commit 3051fe1

Please sign in to comment.