Skip to content

Commit

Permalink
update repository sub-route target for Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent 60d3718 commit 43264cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.FURNACE_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }}
external_repository: fsprojects/furnace.github.io
external_repository: fsprojects/furnace
publish_dir: ./output
publish_branch: main
force_orphan: true
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.7</Version>
<Version>1.0.8</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://fsprojects.github.io/furnace</PackageProjectUrl>
Expand Down

0 comments on commit 43264cd

Please sign in to comment.