Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Birmiwal, Rahul R committed Jan 22, 2024
1 parent 053f1ec commit c5b75d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs: #define set of jobs. Here there is only one job, each job is instantiated
# Step 4: Build docs using sphinx. TZ=UTC needed to circumvent a nuance of running Sphinx on GHA runner
- name: Sphinx build
run: |
TZ=UTC sphinx-build docs html
make html
ls
Expand All @@ -42,6 +42,6 @@ jobs: #define set of jobs. Here there is only one job, each job is instantiated
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
publish_dir: ./build
keep_files: true

4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NeuroMANCER
.. image:: _static/class_diagram.png





NeuroMANCER v1.4.2
Expand Down Expand Up @@ -287,4 +287,4 @@ Welcome to My Project's Documentation
.. toctree::
:maxdepth: 4

neuromancer
neuromancer

0 comments on commit c5b75d6

Please sign in to comment.