diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4aa08a2..de0c122 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ name: MyST GitHub Pages Deploy on: push: # Runs on pushes targeting the default branch - branches: [devel] + branches: [main] env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: ''`