From 1f5639f7eadc0dce3ab787ab436b8436ab8080a0 Mon Sep 17 00:00:00 2001 From: Victor Adossi Date: Thu, 6 Feb 2025 00:52:04 +0900 Subject: [PATCH] debug(ci): building the book Signed-off-by: Victor Adossi --- .github/workflows/docs.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8c74d72ab..4de6f804d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,8 @@ on: push: branches: - main + # TODO: REMOVE + - "feat(docs)=add-docs-for-object-conversions" jobs: deploy: @@ -28,9 +30,9 @@ jobs: - run: mdbook build docs - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/book + # - name: Deploy + # uses: peaceiris/actions-gh-pages@v3 + # if: ${{ github.ref == 'refs/heads/main' }} + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./docs/book