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 4abb02f commit acbf489
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,7 @@ 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: ./
publish_dir: 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: |
ls
cd gh-pages
mkdir docs
cp -r html docs

0 comments on commit acbf489

Please sign in to comment.