From c98595c464e9bb1d1f0fd0fb4200796002540bac Mon Sep 17 00:00:00 2001 From: "Mathieu Boudreau, PhD" Date: Thu, 14 Nov 2024 11:46:12 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e23d77..507f772 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: MyST GitHub Pages Deploy on: push: # Runs on pushes targeting the default branch - branches: mb/dev + branches: main env: # `BASE_URL` determines the website is served from, including CSS & JS assets # You may need to change this to `BASE_URL: ''` @@ -53,4 +53,4 @@ jobs: path: './_build/html' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4