We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9441459 commit 69ce1d1Copy full SHA for 69ce1d1
.github/workflows/website.yml
@@ -11,17 +11,17 @@ jobs:
11
steps:
12
-
13
name: Checkout
14
- uses: actions/checkout@v2
15
- - uses: actions/setup-node@v1
+ uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: 16
+ node-version: 22
18
registry-url: https://registry.npmjs.org/
19
- run: npm ci
20
- run: npm run website-build
21
22
name: Deploy to GitHub Pages
23
if: success()
24
- uses: crazy-max/ghaction-github-pages@v2
+ uses: crazy-max/ghaction-github-pages@v4
25
26
target_branch: gh-pages
27
build_dir: public
0 commit comments