Skip to content

Commit 86e01c1

Browse files
committed
workflow fix
1 parent 5b8e8c6 commit 86e01c1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI-CD-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
dotnet build src/bunit.web/ --no-restore -p:version=$VERSION
4343
dotnet build src/bunit.xunit/ --no-restore -p:version=$VERSION
4444
dotnet build docs/
45-
name: Deploy to GitHub Pages
45+
- name: Deploy to GitHub Pages
4646
if: success()
4747
uses: crazy-max/ghaction-github-pages@v2
4848
with:

docs/docs/getting-started/fixture-options.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,6 @@ Let's look at whats going on in this test:
105105
4. The second `<Fragment Id="expected tasks">` does have an `Id` to make it possible to get it, through a call to the `GetFragment("expected tasks")` method.
106106
5. The test uses the generic version of `GetComponentUnderTest<SimpleTodo>()`, which gives us access to the instance of `SimpleTodo`, and allows us to inspect its properties, e.g. `ThemeClass`.
107107

108-
We will cover the details of the "act" and "assertion" step in the <xref:interaction> and <xref:verification> pages. Learn more about injecting services into components under test on the <xref:inject-services-into-components> page.
108+
We will cover the details of the "act" and "assertion" step in the <xref:interaction> and <xref:verification> pages.
109+
110+
Learn more about injecting services into components under test on the <xref:inject-services-into-components> page.

0 commit comments

Comments
 (0)