Skip to content

Commit

Permalink
Merge pull request #118 from geometric-intelligence/ninamiolane-docs-…
Browse files Browse the repository at this point in the history
…deploy

Edit docs deploy github action to publish doc website
  • Loading branch information
ninamiolane authored Nov 26, 2024
2 parents 4c71c0f + ad21b5d commit c63ef93
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit c63ef93

Please sign in to comment.