Skip to content

Commit

Permalink
chore: change script names + update catppuccin/vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Oct 6, 2024
1 parent d46710a commit d7bb9a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: bun install
- name: Build with VitePress
run: bun run docs:build
run: bun run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -55,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"vitepress": "^1.3.0"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"docs:lint": "markdownlint '**/*.md' --ignore node_modules",
"docs:format": "prettier --write '**/*.md'"
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "markdownlint '**/*.md' --ignore node_modules",
"format": "prettier --write '**/*.md'"
},
"dependencies": {
"@catppuccin/vitepress": "github:42willow/vitepress"
"@catppuccin/vitepress": "^0.1.0"
}
}
}

0 comments on commit d7bb9a8

Please sign in to comment.