We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 923c4c0 + d2a16c2 commit 9f5da69Copy full SHA for 9f5da69
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Set update schedule for GitHub Actions
2
+
3
+version: 2
4
+updates:
5
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every week
10
+ interval: "weekly"
11
+ labels:
12
+ - "Release Not Needed"
13
+ target-branch: "dev"
.github/workflows/doc-site.yml
@@ -32,8 +32,8 @@ jobs:
32
with:
33
dotnet-version: 8.x
34
35
- - run: dotnet tool update -g docfx --version 2.78.3
36
- - run: docfx docs/docfx.json
+ - run: dotnet tool update -g docfx --version 2.78.3
+ - run: docfx docs/docfx.json
37
38
- name: Setup Pages
39
uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e #v3.0.7
0 commit comments