Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Jan 27, 2024
1 parent beac8bc commit 518547b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Publish v3 docs"
name: "Publish docs"
on:
push:
branches:
- v3
- main

env:
CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_PAGES_API_TOKEN}}
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
- name: install wrangler
run: npm i -g wrangler
- name: deploy
run: wrangler pages deploy docs/dist --project-name lucia-v3 --branch main
run: wrangler pages deploy docs/dist --project-name lucia --branch main

0 comments on commit 518547b

Please sign in to comment.