Skip to content

Commit 347c9e5

Browse files
committed
Fix doc publish
1 parent 750f011 commit 347c9e5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/fsdocs-gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
with:
3636
global-json-file: global.json
3737
dotnet-version: |
38+
9.x
3839
8.x
39-
7.x
40-
6.x
4140
- name: Build Docs
4241
run: |
4342
./build.sh builddocs
@@ -46,7 +45,7 @@ jobs:
4645
CI: true
4746

4847
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v1
48+
uses: actions/upload-pages-artifact@v3
5049
with:
5150
path: docs/
5251

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
global-json-file: global.json
4242
dotnet-version: |
4343
8.x
44-
7.x
45-
6.x
44+
9.x
4645
- name: publish
4746
env:
4847
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)