Skip to content

Commit 0ee41e7

Browse files
authored
fix: fix docs deploy (#1079)
* fix: try fixing docs deploy * test: comment out page publishing * Revert "test: comment out page publishing" This reverts commit 8518cf7.
1 parent fcf2458 commit 0ee41e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
NODE_VER: 22.11
11+
NODE_VER: 22.18
1212
CI: true
1313

1414
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0 # Required to calculate lastUpdated
3535

0 commit comments

Comments
 (0)