Skip to content

Commit

Permalink
More Outcome 2.2 docs fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Dec 14, 2020
1 parent 1993bb2 commit a5c877c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.3
uses: EnricoMi/publish-unit-test-result-action@v1.6
with:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.3
uses: EnricoMi/publish-unit-test-result-action@v1.6
with:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.3
uses: EnricoMi/publish-unit-test-result-action@v1.6
with:
check_name: Unit Test Results
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion doc/html
Submodule html updated 458 files
2 changes: 1 addition & 1 deletion doc/src/content/_header.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Outcome 2.1 library documentation
Outcome 2.2 library documentation
8 changes: 2 additions & 6 deletions doc/src/content/tutorial/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ weight = 10
+++

{{% notice note %}}
This tutorial refers to Outcome v2.1, which is the current stable version.
In early 2021 it shall be refactored to refer to Outcome v2.2. Where
changes are particularly profound however, we have carved out special
mention of v2.2 facilities, but otherwise if targeting v2.2, you shall need
to apply [the v2.1 => v2.2 upgrade guide]({{% relref "/changelog/upgrade_v21_v22" %}}) to
the content in this tutorial.
This tutorial is currently being upgraded to refer to Outcome v2.2. It may
be in a partially upgraded state with sections still referring to Outcome v2.1.
{{% /notice %}}

{{% children description="true" depth="2" %}}

0 comments on commit a5c877c

Please sign in to comment.