From c8825e84375072a9e6b9392589d28d4bc921f3ca Mon Sep 17 00:00:00 2001 From: Houston Haynes <8174976+houstonhaynes@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:09:57 -0500 Subject: [PATCH] Switch to local gh-pages doc site --- .github/workflows/build-test-docs-publish.yml | 5 ++--- docs/README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-docs-publish.yml b/.github/workflows/build-test-docs-publish.yml index ba6d422a..8759a84b 100644 --- a/.github/workflows/build-test-docs-publish.yml +++ b/.github/workflows/build-test-docs-publish.yml @@ -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: diff --git a/docs/README.md b/docs/README.md index 4ab09748..e9398ec4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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