Skip to content

Commit

Permalink
skip building doc on non-main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Jan 7, 2025
1 parent ec33e09 commit b506ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: make bml

- name: Build documentation
if: github.ref == 'ref/head/main'
run: make doc

- name: Copy documentation to `home_page/docs`
Expand Down

0 comments on commit b506ae1

Please sign in to comment.