Skip to content

Commit

Permalink
chore: Merge dev to main (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie authored Dec 31, 2023
2 parents 03df6ba + 05ff2c1 commit b1782e7
Show file tree
Hide file tree
Showing 57 changed files with 181 additions and 6,552 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
permissions:
contents: read
deployments: write
pull-requests: write
pull-requests: write
name: Deploy
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: |
npm i
npm run build
npm i
npm run build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"plugins": ["prettier-plugin-svelte"]
}
Binary file modified images/manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b1782e7

Please sign in to comment.