diff --git a/.github/workflows/github-pages-deploy.yml b/.github/workflows/github-pages-deploy.yml index e18a61c..4f8f850 100644 --- a/.github/workflows/github-pages-deploy.yml +++ b/.github/workflows/github-pages-deploy.yml @@ -20,8 +20,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup .NET SDK + uses: actions/setup-dotnet@v3 + with: + dotnet-version: '8.x' + - name: Copy files run: | + build.sh -t PrepDocs mkdir -p dist cp -r ./docs/* ./dist/ rm ./dist/package.json ./dist/package-lock.json diff --git a/README.md b/README.md index 7d7643e..192eabe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Flips : **F**# **LI**near **P**rogramming **S**ystem -> Full Documenation can be found [here](https://flipslibrary.com/). +> Full Documenation can be found [here]. Flips is an F# library for modeling and solving Linear Programming (LP) and Mixed-Integer Programming (MIP) problems. It is inspired by the work of the PuLP library for Python and the excellent Gurobi Python library. It builds on the @@ -34,7 +34,7 @@ will need to get a separate license to use these libraries. The installation of in this documentation since installation can depend on deployment and use case. Please refer to these vendors for commercial support in using their product. Flips currently only supports the latest version of each of these libraries. -[here]: http://matthewcrews.com/flips/#/ +[here]: https://fslab.org/flips/ [Google OR-Tools library]: https://github.com/google/or-tools [OPTANO library]: https://optano.com/en/modeling/ [nuget package]: https://www.nuget.org/packages/Flips/ diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..b25bbe0 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +RELEASE_NOTES.md