Skip to content

Commit

Permalink
more verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
ga84jog committed Oct 30, 2024
1 parent 84080c1 commit 7e94769
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,10 @@ jobs:
docker run -v "${VOLUME_DIR}:/workdir/docs/build" --rm tensorpod/pymimic3:latest bash -ic "pip install sphinx sphinx-rtd-theme && cd docs && make html"
echo "Whats inside"
ls ${{ runner.workspace }}/
ls ${{ runner.workspace }}/docs/
ls ${{ runner.workspace }}/docs/build
ls ${{ runner.workspace }}/docs/build/html
ls ${{ runner.workspace }}/pymimic3/
ls ${{ runner.workspace }}/pymimic3/docs/
ls ${{ runner.workspace }}/pymimic3/docs/build
ls ${{ runner.workspace }}/pymimic3/docs/build/html
working-directory: .

- name: Setup Pages
Expand Down

0 comments on commit 7e94769

Please sign in to comment.