Skip to content

Commit

Permalink
Update various files
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkn committed Sep 1, 2023
1 parent 838d95b commit 83c64aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload dist
path: './dist'
path: "./dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"plugins": ["prettier-plugin-tailwindcss"],
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"overrides": [
{
"files": "*.yml",
"options": {
"singleQuote": false
}
}
]
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The ultimate tool for looking up Cangjie/Sucheng codes of Chinese characters, de
* Clear button for instant input field clearing (with 5-second undo option)
* Straightforward and elegant UI

## :zap: Try it

<https://kennethkn.github.io/chinese-to-cangjie-sucheng-converter/>

## :handshake: Contributing

If you find any bugs or have suggestions for improvement, please feel free to create an issue.
Expand Down

0 comments on commit 83c64aa

Please sign in to comment.