Skip to content

Commit

Permalink
me when
Browse files Browse the repository at this point in the history
  • Loading branch information
DexrnZacAttack committed Oct 30, 2024
1 parent d8ec6ee commit f84606a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: for some reason build dir doesn't exist or something idk
run: mkdir -p docs/.vitepress/dist && mkdir -p /dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ hero:
tagline: "Documentation for Project Lodestone and various file formats and mechanics for many versions and editions of Minecraft."
features:
- title: Project Info
details: Info about Project Lodestone
details: Info about Project Lodestone
link: /readme.md
icon: ℹ️
- title: Legacy Console Edition
details: Documentation on the Legacy Console Edition (LCE) versions Of Minecraft
details: Documentation on the Legacy Console Edition (LCE) versions of Minecraft
link: /LCE/readme.md
icon: 🎮
- title: Java Edition
Expand Down

0 comments on commit f84606a

Please sign in to comment.