Skip to content

Commit

Permalink
docs: change branch name to 'main' for docs build and deploy GitHub a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
dairiley authored and bigadsoleiman committed Nov 13, 2023
1 parent 68f6203 commit d594ff8
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
@@ -1,9 +1,9 @@
name: Deploy VitePress site to Pages

on:
# Runs on pushes targeting the `gh_pages` branch. Should be default branch
# Runs on pushes targeting the `main` branch. Should be default branch
push:
branches: [gh-pages]
branches: [main]

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

0 comments on commit d594ff8

Please sign in to comment.