Skip to content

Commit 156b483

Browse files
committed
Docs: footer and workflow
1 parent 9c6ca0e commit 156b483

2 files changed

Lines changed: 3 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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update tokens in project files
2727
uses: cschleiden/replace-tokens@v1
2828
with:
29-
files: '["docs/*.md", "docs/**/*.md", "docs/templates/bunit/partials/*.partial", "*.csproj", "**/*.csproj"]'
29+
files: '["docs/*.md", "docs/**/*.md", "docs/templates/**/*.tmpl.partial", "*.csproj", "**/*.csproj"]'
3030
- uses: actions/setup-dotnet@v1
3131
with:
3232
dotnet-version: '3.1.202'

docs/site/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ Shout outs and a big thank you [to all the contributors](https://github.com/egil
7272
- Provide feedback and input through [issues](https://github.com/egil/bunit/issues), [Twitter](https://twitter.com/egilhansen) or [bUnit Gitter chat room](https://gitter.im/egil/bunit).
7373
- Help build the library, just pick an issue and submit pull-requests.
7474
- Help write documentation.
75-
- Create blog posts, presentations or video tutorials. If you do, I will be happy to showcase them in the related section on this site.
75+
- Create blog posts, presentations or video tutorials. If you do, I will be happy to showcase them in the related section on this site.
76+
-

0 commit comments

Comments
 (0)