Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Birmiwal, Rahul R committed Jan 22, 2024
1 parent 037bb7b commit bd34c7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs: #define set of jobs. Here there is only one job, each job is instantiated
publish_dir: ./docs/build
keep_files: true

# Step 4: Build docs using sphinx. TZ=UTC needed to circumvent a nuance of running Sphinx on GHA runner
- name: Fix gh-pages directory structure
run: |
cd gh-pages
mkdir docs
cp -r html docs

0 comments on commit bd34c7c

Please sign in to comment.