Skip to content

Commit 7afc8e6

Browse files
authored
Update deploy.yml
1 parent c072b94 commit 7afc8e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: |
39-
6.0.x
40-
7.0.x
4139
8.0.x
40+
9.0.x
4241
4342
- name: Call generator
4443
run: dotnet fsi GenerateLibs.fsx
@@ -57,4 +56,4 @@ jobs:
5756
path: './_site'
5857
- name: Deploy to GitHub Pages
5958
id: deployment
60-
uses: actions/deploy-pages@v4
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)