You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-website.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ on:
5
5
branches:
6
6
- master
7
7
- release-*
8
-
8
+
9
9
workflow_dispatch:
10
10
11
11
jobs:
@@ -17,9 +17,9 @@ jobs:
17
17
- uses: actions/checkout@v4
18
18
19
19
- name: Setup .NET
20
-
uses: actions/setup-dotnet@v3
20
+
uses: actions/setup-dotnet@v4
21
21
with:
22
-
dotnet-version: '6.0.x'
22
+
dotnet-version: '8.x'
23
23
24
24
- run: dotnet tool install --global gsferreira.XmlDocMarkdown.Docusaurus --version 0.0.1-beta2 # using this version while the Pull Request isn't accepted here: https://github.com/ejball/XmlDocMarkdown/pull/126
Copy file name to clipboardExpand all lines: .github/workflows/test-deploy-website.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ jobs:
11
11
- uses: actions/checkout@v4
12
12
13
13
- name: Setup .NET
14
-
uses: actions/setup-dotnet@v3
14
+
uses: actions/setup-dotnet@v4
15
15
with:
16
-
dotnet-version: '6.0.x'
16
+
dotnet-version: '8.x'
17
17
18
18
- run: dotnet tool install --global gsferreira.XmlDocMarkdown.Docusaurus --version 0.0.1-beta2 # using this version while the Pull Request isn't accepted here: https://github.com/ejball/XmlDocMarkdown/pull/126
0 commit comments