diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 176b21df8f..db50ce06a8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,13 +29,13 @@ jobs: run: | ./scripts/build-docc.sh ./scripts/build-sitemap.sh -# - name: Deploy Root Folder 🚀 -# if: ${{ env.DEPLOY_ROOT_FOLDER }} == true -# uses: JamesIves/github-pages-deploy-action@v4 -# with: -# folder: docs/hummingbird-docs/ -# clean-exclude: "*.0" -# target-folder: docs/ + - name: Deploy Root Folder 🚀 + if: ${{ env.DEPLOY_ROOT_FOLDER == 'true' }} + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: docs/hummingbird-docs/ + clean-exclude: "*.0" + target-folder: docs/ - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: