Skip to content

Commit

Permalink
update url for 'furnace' sub-route of fsprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent db2bbad commit 6ece1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
file: coverage/lcov.info
- name: Run fsdocs
run: dotnet fsdocs build --eval --strict --properties Configuration=Release
- name: Create CNAME file
run: echo "furnace.github.io" > output/CNAME

- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -84,6 +83,7 @@ jobs:
publish_dir: ./output
publish_branch: main
force_orphan: true
environmentPurl : https://furnace.github.io
pack_cpu:

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<Version>1.0.7</Version>
<Authors>Atılım Güneş Baydin, Don Syme, Barak A. Pearlmutter, Jeffrey Siskind, and Furnace contributors</Authors>
<Owners>Furnace maintainers</Owners>
<PackageProjectUrl>https://furnace.github.io</PackageProjectUrl>
<PackageProjectUrl>https://fsprojects.github.io/furnace</PackageProjectUrl>
<RepositoryUrl>https://github.com/fsprojects/Furnace/</RepositoryUrl>
<RepositoryBranch>dev</RepositoryBranch>
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright 2014-2021 Furnace contributors</Copyright>
<Copyright>Copyright 2014-2025 DiffSharp and Furnace contributors</Copyright>
<PackageTags>F# fsharp ML AI Machine Learning PyTorch Tensor Automatic Differentiation Gradients Differentiable Programming</PackageTags>
<Description>Furnace is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains. For documentation and installation instructions visit: https://furnace.github.io/</Description>

Expand Down

0 comments on commit 6ece1f9

Please sign in to comment.