Skip to content

Commit

Permalink
wait im just dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
DexrnZacAttack committed Oct 30, 2024
1 parent f84606a commit 24b4a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
- 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
run: mkdir -p .vitepress/dist && mkdir -p dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: /dist
path: dist

# Deployment job
deploy:
Expand Down

0 comments on commit 24b4a32

Please sign in to comment.