Skip to content

Commit

Permalink
more duc debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 3, 2024
1 parent d327479 commit 8f80936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
echo "pwd is: $(pwd)"
echo "ls is: $(ls)"
echo "ls .. is: $(ls ..)"
echo "ls ../${{ env.name }} is: $(ls ../${{ env.name }})"
cp -r ../${{ env.name }}/docs/build/html $branch_name
- name: Push to gh-pages
if: (contains(github.ref, 'version_0.2.0') || contains(github.ref, 'main')) && github.event_name == 'push'
Expand Down

0 comments on commit 8f80936

Please sign in to comment.