From 519764c94804b15190afa5c0fe8c17bf95c7cd69 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 9 Aug 2021 16:40:49 +0200 Subject: [PATCH] Fixing publish directory --- .github/workflows/release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 8d9cd08..4681b56 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -46,7 +46,7 @@ jobs: - uses: peaceiris/actions-gh-pages@v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs + publish_dir: book/stabilizer-manual enable_jekyll: true publish_branch: pages force_orphan: true