Skip to content

Commit

Permalink
more doc debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Sep 3, 2024
1 parent 7385c7a commit 9ebd4c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
branch_name=${GITHUB_REF##*/}
cd ../gh-pages
rm -rf $branch_name
echo "pwd is: $(pwd)"
echo "ls is: $(ls)"
echo "ls .. is: $(ls ..)"
echo "ls ../${{ env.name }} is: $(ls ../${{ env.name }})"
echo "ls ../${{ env.name }}/docs is: $(ls ../${{ env.name }}/docs)"
echo "ls ../${{ env.name }}/docs/build is: $(ls ../${{ env.name }}/docs/build)"
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 9ebd4c0

Please sign in to comment.