Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Nov 30, 2023
1 parent 76c9854 commit 7640413
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/v3-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: install wrangler
run: npm i -g wrangler
- name: build
run: (cd documentation-v3 && pnpm build)
working-directory: documentation-v3
run: pnpm build
- name: deploy
run: wrangler pages deploy dist --project-name lucia-v3
run: wrangler pages deploy documentation-v3/dist --project-name lucia-v3

0 comments on commit 7640413

Please sign in to comment.