Skip to content

Commit

Permalink
my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 11, 2024
1 parent 4f70e4e commit 7cfd83d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions myst_libre/builders/myst_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ def build(self):
self.cprint(f'Starting MyST build {self.hub.jh_url}','yellow')
self.myst_client.build()

def build_noexecute(self):
self.cprint(f'Starting MyST build {self.hub.jh_url}','yellow')
self.myst_client.build_noexecute()

def build_site(self):
self.cprint(f'Starting MyST build site {self.hub.jh_url}','yellow')
self.myst_client.build_site()

0 comments on commit 7cfd83d

Please sign in to comment.