Skip to content

Commit cee465f

Browse files
authored
(CommunityToolkit#305) Updates to workflows and signed package list (CommunityToolkit#306)
1 parent 0595fd8 commit cee465f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
**/CommunityToolkit.Datasync.Client
2-
**/CommunityToolkit.Datasync.Server
32
**/CommunityToolkit.Datasync.Server.Abstractions
43
**/CommunityToolkit.Datasync.Server.Automapper
4+
**/CommunityToolkit.Datasync.Server.CosmosDb
55
**/CommunityToolkit.Datasync.Server.EntityFrameworkCore
66
**/CommunityToolkit.Datasync.Server.InMemory
77
**/CommunityToolkit.Datasync.Server.LiteDb
8-
**/CommunityToolkit.Datasync.Server.MongoDb
8+
**/CommunityToolkit.Datasync.Server.MongoDB
99
**/CommunityToolkit.Datasync.Server.NSwag
1010
**/CommunityToolkit.Datasync.Server.OpenApi
1111
**/CommunityToolkit.Datasync.Server.Swashbuckle
12+
**/CommunityToolkit.Datasync.Server

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy documentation site to GitHub Pages
33
on:
44
push:
55
branches: [ main ]
6-
paths: [ 'docs/**', 'mkdocs.yml' ]
6+
paths: [ 'docs/**', 'mkdocs.yml', 'mkdocs.shared.yml', 'mkdocs.production.yml' ]
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)