diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0d07b90f..0c8e2ab4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,13 +39,13 @@ jobs: - name: Generate Docs [Sphinx] run: | sphinx-build -b html -D version=latest -D release=latest docs docs/_build - # - name: Deploy Docs - # uses: JamesIves/github-pages-deploy-action@v4 - # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'geometric-intelligence/TopoBenchmark' }} - # with: - # branch: main - # folder: docs/_build - # token: ${{ secrets.DOCUMENTATION_KEY }} - # repository-name: TBD - # target-folder: topobenchmarkx - # clean: true \ No newline at end of file + - name: Deploy Docs + uses: JamesIves/github-pages-deploy-action@v4 + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'geometric-intelligence/TopoBenchmark' }} + with: + branch: main + folder: docs/_build + token: ${{ secrets.DOCUMENTATION_KEY }} + repository-name: geometric-intelligence/geometric-intelligence.github.io + target-folder: topobenchmark + clean: true \ No newline at end of file