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