Skip to content

Commit 0cc0da4

Browse files
add logo/favicon
1 parent 402b401 commit 0cc0da4

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 18
20-
cache: npm
20+
cache: yarn
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: yarn install --frozen-lockfile
2424
- name: Build website
25-
run: npm run build
25+
run: yarn build
2626

2727
- name: Deploy to GitHub Pages
2828
uses: peaceiris/actions-gh-pages@v3

static/img/favicon.ico

-3.54 KB
Binary file not shown.

static/img/favicon.png

104 KB
Loading

static/img/logo.png

104 KB
Loading

static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)