We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb0b2d commit 33af9abCopy full SHA for 33af9ab
1 file changed
.github/workflows/gh-pages.yml
@@ -12,6 +12,9 @@ concurrency:
12
group: gh-${{ github.ref }}
13
cancel-in-progress: true
14
15
+env:
16
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17
+
18
jobs:
19
pages:
20
runs-on: ubuntu-latest
@@ -41,7 +44,7 @@ jobs:
41
44
ref: ${{ steps.branch-names.outputs.current_branch }}
42
45
fetch-depth: 0
43
46
- id: deployment
- uses: sphinx-notes/pages@v3
47
+ uses: sphinx-notes/pages@update-deps
48
with:
49
documentation_path: src
50
requirements_path: ./requirements.txt
0 commit comments