Skip to content

Commit

Permalink
[docs] fix build and add color (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 23, 2023
1 parent 0c8942d commit 6ceaa4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl
run: julia --color=yes --project=docs/ docs/make.jl
- uses: errata-ai/vale-action@reviewdog
with:
files: docs/src
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guides/debug_a_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ obj: 1.1 x_out + 1 x2
subject to
balance: -1 y + 1 x_in - 1 x_out = 0
Bounds
x2 >= 0
y = 1.1
x2 >= 0
x_in free
x_out free
End
Expand All @@ -84,8 +84,8 @@ obj: 3.3 x_out + 1 x2
subject to
balance: -1 y + 1 x_in - 1 x_out = 0
Bounds
x2 >= 0
y = 3.3
x2 >= 0
x_in free
x_out free
End
Expand Down

0 comments on commit 6ceaa4a

Please sign in to comment.