Skip to content

Commit ba21560

Browse files
Merge pull request #8 from terminalbaka/develop
merge
2 parents fe76246 + d57573e commit ba21560

17 files changed

+17
-95
lines changed

.github/workflows/configure-pages.yml

+14
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ jobs:
1616
id: pages
1717
uses: actions/[email protected]
1818

19+
- name: Setup Node.js environment
20+
uses: actions/[email protected]
21+
with:
22+
node-version: 'v20.12.1'
23+
24+
- name: Install dependencies
25+
run: npm ci
26+
27+
- name: Test
28+
run: npm t
29+
30+
- name: Build
31+
run: npm run build
32+
1933
- name: Build with Jekyll
2034
uses: actions/jekyll-build-pages@v1
2135
with:

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# testing
99
/coverage
1010

11+
# production
12+
/build
13+
1114
# misc
1215
.DS_Store
1316
.env.local

build/asset-manifest.json

-16
This file was deleted.

build/favicon.ico

-3.78 KB
Binary file not shown.

build/index.html

-1
This file was deleted.

build/logo192.png

-5.22 KB
Binary file not shown.

build/logo512.png

-9.44 KB
Binary file not shown.

build/manifest.json

-25
This file was deleted.

build/robots.txt

-3
This file was deleted.

build/static/css/main.f855e6bc.css

-2
This file was deleted.

build/static/css/main.f855e6bc.css.map

-1
This file was deleted.

build/static/js/453.d97ae703.chunk.js

-2
This file was deleted.

build/static/js/453.d97ae703.chunk.js.map

-1
This file was deleted.

build/static/js/main.3996d9e0.js

-3
This file was deleted.

0 commit comments

Comments
 (0)