Skip to content

Commit

Permalink
Add deploy github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamiolane committed Nov 26, 2024
1 parent 4c71c0f commit ad21b5d
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 ad21b5d

Please sign in to comment.