Skip to content

Commit

Permalink
fix: correct demo deploy branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 2, 2024
1 parent 1a32bfb commit 3c64bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Docs

on:
push:
branches: [docs/migrate-to-vitepress] // TODO: Change to `main`
branches: ['docs/migrate-to-vitepress'] // TODO: Change to `main`

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3c64bfe

Please sign in to comment.