Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 6, 2024
1 parent 444da32 commit 7d66160
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ jobs:
run: |
cd blueprint && pip install -r requirements.txt
- name: Generate XeLaTeX format
run: |
sudo fmtutil-sys --all
- name: Build blueprint and copy to `docs/blueprint`
run: inv all
run: |
sudo fmtutil-sys --all # Generate XeLaTeX format
inv all
- name: Remove lake files from documentation
run: |
Expand Down

0 comments on commit 7d66160

Please sign in to comment.