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

Skip to content

Commit eead54d

Browse files
authored
Merge pull request #36 from dsyme/fix3
Remove paket, add redirect page
2 parents 845fb6b + f92265c commit eead54d

File tree

4 files changed

+11
-26
lines changed

4 files changed

+11
-26
lines changed

.config/dotnet-tools.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build fsharp master
3030
run: cd fsharp && .\build -noVisualStudio
3131
- name: Checkout FSharp.Formatting master
32-
run: git clone https://github.com/dotnet/FSharp.Formatting --depth 1 FSharp.Formatting
32+
run: git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
3333
- name: Build FSharp.Formatting master
3434
run: cd FSharp.Formatting && .\build -t Build
3535
- name: Run fsdocs

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ For now, we want to pick up the latest copies of FSharp.Formatting and FSharp.Co
6262

6363
Then do iterative development using:
6464

65-
dotnet tool restore
6665
FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Debug\netcoreapp3.1\fsdocs.exe watch --sourcefolder fsharp
6766

6867
## CI Pipeline

docs/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0;url=./reference/index.html" />
6+
<link rel="canonical" href="./reference/index.html" />
7+
</head>
8+
<body>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)