diff --git a/.github/workflows/publish_doc.yml b/.github/workflows/publish_doc.yml index 2c219bd815e..0826ee89f5f 100644 --- a/.github/workflows/publish_doc.yml +++ b/.github/workflows/publish_doc.yml @@ -59,7 +59,7 @@ jobs: if: ${{ env.NEW_RELEASE_VERSION_EXISTS == '1' && github.ref == 'refs/heads/main' }} working-directory: arrow-site run: | - bundle exec jekyll build -s build/site + bundle exec jekyll build -b docs -s build/site tree _site > $BASEDIR/logs/content.log - name: "Landing page: publish"