Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 1, 2024
1 parent db64d70 commit b264ef5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
path: 'website/build/'
path: 'build/'

website-deploy:
needs: website-build
Expand Down
38 changes: 0 additions & 38 deletions website/README.md

This file was deleted.

13 changes: 5 additions & 8 deletions website/package-lock.json

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

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@types/eslint": "^8.56.0",
"@unocss/extractor-svelte": "^0.59.4",
Expand Down
2 changes: 1 addition & 1 deletion website/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-static';

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down

0 comments on commit b264ef5

Please sign in to comment.