File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install dependencies
24
24
run : npm ci
25
25
- name : Build website
26
- run : npm run build
26
+ run : npm run build -- --locale en
27
27
28
28
- name : Upload Build Artifact
29
29
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : npm ci
23
23
- name : Test build website
24
- run : npm run build
24
+ run : npm run build -- --locale en
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This command starts a local development server and opens up a browser window. Mo
27
27
### Build
28
28
29
29
```
30
- npm run build
30
+ npm run build -- --locale en
31
31
```
32
32
33
33
This command generates static content into the ` build ` directory and can be served using any static content hosting service.
You can’t perform that action at this time.
0 commit comments