diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0253a58a1..4ff70ea0f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 diff --git a/docs/src/guides/debug_a_model.md b/docs/src/guides/debug_a_model.md index cd108d28d..cc8db6a83 100644 --- a/docs/src/guides/debug_a_model.md +++ b/docs/src/guides/debug_a_model.md @@ -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 @@ -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