Skip to content

Commit

Permalink
fix ci.yml to deploy on pushes to deploy_site branch
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Apr 10, 2024
1 parent aeab264 commit 62a04bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy MkDocs
on:
push:
branches:
- master # Or your default branch
- deploy_site # Or your default branch

jobs:
deploy:
Expand Down

0 comments on commit 62a04bc

Please sign in to comment.