File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ REACT_APP_NETWORK=mainnet
2
+ REACT_APP_INFURA_KEY=ddd2f2140b4843729da5b03ea51b564b
Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- on : pull_request
3
+ on :
4
+ push :
5
+ branches :
6
+ - github-pages
4
7
5
8
jobs :
6
9
lint :
7
10
runs-on : ubuntu-latest
8
11
steps :
9
12
- uses : actions/checkout@v2
13
+
10
14
- name : Setup Node.js environment
11
15
16
+
12
17
- name : Install dependencies
13
18
run : yarn --skip-integrity-check
19
+
14
20
- name : Verify dependencies
15
21
run : yarn check --integrity
22
+
16
23
- name : lint
17
24
run : yarn lint | true
25
+
26
+ - name : Build
27
+ run : yarn build
28
+
29
+ - name : DeployGHP
30
+ uses : JamesIves/github-pages-deploy-action@v4
31
+ with :
32
+ folder : build # folder
33
+
18
34
# FIXME: get the tests to pass
19
35
# test:
20
36
# runs-on: ubuntu-latest
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ coverage.json
15
15
16
16
# Configuration files
17
17
* .env
18
- .env *
18
+ .env
19
19
20
20
# OS files
21
21
.DS_Store
You can’t perform that action at this time.
0 commit comments