Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau authored Nov 14, 2024
1 parent d44c681 commit c98595c
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
Expand Up @@ -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: ''`
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
path: './_build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit c98595c

Please sign in to comment.