Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06f8a4d

Browse files
committed
fix ignore and workflow
1 parent eead54d commit 06f8a4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
dotnet-version: 3.1.201
2323
- name: Restore tools
2424
run: dotnet tool restore
25-
- name: Restore dependencies
26-
run: dotnet paket restore
2725
- name: Checkout fsharp master
2826
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b feature/docs
2927
- name: Build fsharp master

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ paket-files
33
.ionide
44
_public
55
.vscode
6-
.paket
6+
.paket
7+
fsharp/
8+
FSharp.Formatting/

0 commit comments

Comments
 (0)