Skip to content

Commit 33af9ab

Browse files
committed
1 parent beb0b2d commit 33af9ab

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ concurrency:
1212
group: gh-${{ github.ref }}
1313
cancel-in-progress: true
1414

15+
env:
16+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
17+
1518
jobs:
1619
pages:
1720
runs-on: ubuntu-latest
@@ -41,7 +44,7 @@ jobs:
4144
ref: ${{ steps.branch-names.outputs.current_branch }}
4245
fetch-depth: 0
4346
- id: deployment
44-
uses: sphinx-notes/pages@v3
47+
uses: sphinx-notes/pages@update-deps
4548
with:
4649
documentation_path: src
4750
requirements_path: ./requirements.txt

0 commit comments

Comments
 (0)