File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy Docs
2
2
3
- env : {NODE_VERSION: 14 }
3
+ env : {NODE_VERSION: 20 }
4
4
5
5
on :
6
6
push :
@@ -19,16 +19,16 @@ jobs:
19
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
20
steps :
21
21
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
- - uses : actions/checkout@v2
23
- - uses : actions/setup-node@v2
22
+ - uses : actions/checkout@v4
23
+ - uses : actions/setup-node@v4
24
24
with : {node-version: '${{ env.NODE_VERSION }}'}
25
25
- name : install dependencies
26
26
run : npm install
27
27
- name : build docs
28
28
run : node data/_utils/pkg && grunt
29
29
- name : Deploy to GitHub Pages
30
30
if : success()
31
- uses : crazy-max/ghaction-github-pages@v2
31
+ uses : crazy-max/ghaction-github-pages@v4
32
32
with :
33
33
repo : less/less.github.io
34
34
target_branch : master
You can’t perform that action at this time.
0 commit comments