Skip to content

Commit

Permalink
Merge pull request #32 from Radically/dev
Browse files Browse the repository at this point in the history
Update KaiXinSong font, add workflow_dispatch event to deploy on demand
  • Loading branch information
Transfusion authored Aug 9, 2024
2 parents cffb83d + cc3f46c commit 8f0e36c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ dev, main ]
pull_request:
branches: [ dev, main ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"searchworker": "<rootDir>/__mocks__/searchworker"
}
},
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@craco/craco": "^6.2.0",
Expand All @@ -44,7 +44,7 @@
"flatbuffers": "^1.12.0",
"hanamin": "0.0.5",
"ivs": "^2.0.2",
"kaixinsong": "0.0.2",
"kaixinsong": "0.0.4",
"moment": "^2.29.1",
"notistack": "^1.0.5",
"pako": "^2.0.3",
Expand Down

0 comments on commit 8f0e36c

Please sign in to comment.