Skip to content

Commit

Permalink
add v2 docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 27, 2024
1 parent ffaad35 commit 317f4b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/v2-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.5.1
registry-url: https://registry.npmjs.org
registry-url: https://registry.npmjs.org
- name: Install PNPM
run: npm i -g pnpm
- name: Install dependencies
run: pnpm i
- name: Build
working-directory: documentation
run: pnpm build
- name: Install wrangler
run: npm i -g wrangler
- name: deploy
working-directory: documentation
run: wrangler pages deploy dist --project-name lucia-v2 --branch v2

0 comments on commit 317f4b4

Please sign in to comment.