File tree 3 files changed +27615
-11256
lines changed
3 files changed +27615
-11256
lines changed Original file line number Diff line number Diff line change @@ -2,34 +2,32 @@ name: Node.js CI
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [master]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [master]
8
8
9
9
jobs :
10
10
build :
11
-
12
11
runs-on : ubuntu-latest
13
12
14
13
strategy :
15
14
matrix :
16
15
node-version : [16.x]
17
16
18
17
steps :
19
- - uses : actions/checkout@v2
20
- - name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v2
22
- with :
23
- node-version : ${{ matrix.node-version }}
24
- cache : ' npm'
25
- - run : npm ci
26
- - run : npm run build --if-present
27
- - run : npm run export
28
- - run : touch ./out/.nojekyll
18
+ - uses : actions/checkout@v2
19
+ - name : Use Node.js ${{ matrix.node-version }}
20
+ uses : actions/setup-node@v2
21
+ with :
22
+ node-version : ${{ matrix.node-version }}
23
+ cache : " npm"
24
+ - run : npm ci
25
+ - run : npm run build --if-present
26
+ - run : npm run export
27
+ - run : touch ./out/.nojekyll
29
28
30
- - name : Deployed On GHpages yay!! 🚀
31
- uses : JamesIves/github-pages-deploy-action@4.1.5
32
- with :
29
+ - name : Deployed On GHpages yay!! 🚀
30
+ uses : JamesIves/github-pages-deploy-action@4.1.5
31
+ with :
33
32
branch : gh-pages
34
- folder : outt
35
-
33
+ folder : out
You can’t perform that action at this time.
0 commit comments