Skip to content

Commit

Permalink
Update generate-docs-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cribeul authored Feb 1, 2024
1 parent 259cab3 commit 0578bdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ jobs:
run: pip install -e .

- name: Build Documentation
run: cathy build docs -J
run: |
pwd
cathy build docs -J
- name: Check Python venv
run: |
ls
ls env
ls env/docs
ls env/docs/Scripts
ls env/docs/Scripts/activate
# - name: Copy index referrer
# run: cp data/wf-gen-docs/index.html ./docs/build/.
Expand Down

0 comments on commit 0578bdf

Please sign in to comment.