Skip to content

Commit

Permalink
removed external dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yianchenhpe committed Jun 27, 2024
1 parent 8291be2 commit 1699fd3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
docker exec -i my_container bash -c "cd dragon && ls doc && ls src"
docker cp my_container:/dragon/doc .
ls ./doc
rm -rf ./external
# - name: Build with Doxygen
# uses: mattnotmitt/[email protected]
Expand All @@ -84,10 +85,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: |
.
!./external
path: .
# Deployment job
deploy:
permissions:
Expand Down

0 comments on commit 1699fd3

Please sign in to comment.