Skip to content

Commit

Permalink
fix docker bash err
Browse files Browse the repository at this point in the history
  • Loading branch information
yianchenhpe committed Jun 27, 2024
1 parent d5d5f12 commit 97b68f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
docker exec my_container mkdir dragon
docker cp ./ my_container:/dragon
docker exec my_container ls
docker exec my_container cd dragon && source hack/clean_build && cd doc && make
docker exec my_container cd dragon && ls doc && ls src
docker cp my_container/doc ./doc
docker exec -i my_container bash -c "cd dragon && source hack/clean_build && cd doc && make"
docker exec -i my_container bash -c "cd dragon && ls doc && ls src"
docker cp my_container/doc .
ls ./doc
# - name: Build with Doxygen
# uses: mattnotmitt/[email protected]
Expand Down

0 comments on commit 97b68f2

Please sign in to comment.