Skip to content

Commit

Permalink
Merge pull request #3 from danaigus/main
Browse files Browse the repository at this point in the history
Removal of unnecessary files and addition of a .gitignore file.
  • Loading branch information
Kellenok authored Jan 14, 2025
2 parents 41983d8 + 93f4a57 commit b9e19b1
Show file tree
Hide file tree
Showing 5,844 changed files with 6 additions and 1,809,458 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
env:
VITE_BASE_URL: /${{ github.event.repository.name }}
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules
/config/.vitepress/dist
/config/.vitepress/cache
52 changes: 0 additions & 52 deletions config/.vitepress/cache/deps/_metadata.json

This file was deleted.

12,492 changes: 0 additions & 12,492 deletions config/.vitepress/cache/deps/chunk-2V3V7MYD.js

This file was deleted.

7 changes: 0 additions & 7 deletions config/.vitepress/cache/deps/chunk-2V3V7MYD.js.map

This file was deleted.

Loading

0 comments on commit b9e19b1

Please sign in to comment.