forked from DragonHPC/dragon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8291be2
commit 1699fd3
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -84,10 +85,7 @@ jobs: | |
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: | | ||
. | ||
!./external | ||
path: . | ||
# Deployment job | ||
deploy: | ||
permissions: | ||
|