Skip to content

Commit

Permalink
Switch to local gh-pages doc site
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent 43264cd commit c8825e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ jobs:
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.FURNACE_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }}
external_repository: fsprojects/furnace
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output
publish_branch: main
publish_branch: gh-pages
force_orphan: true
pack_cpu:

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The `Dockerfile` and `NuGet.config` allow us to run generated notebooks in [MyBinder](https://mybinder.org)

* `master` branch of fsprojects/furnace.github.io: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fsprojects/furnace.github.io/master)
* `master` branch of fsprojects/furnace: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fsprojects/furnace/master)

# Generating docs

Expand Down

0 comments on commit c8825e8

Please sign in to comment.