Skip to content

Commit 457411d

Browse files
HugoSilvaSantosmicque01
authored andcommitted
Removed -doxy from docs list and store artifacts
1 parent 11eab4d commit 457411d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ jobs:
9696
command: |
9797
source /tmp/env
9898
cd /tmp/workspace/artifacts/$CIRCLE_BRANCH_NO_SLASH
99-
find -maxdepth 2 -type f -name '*.html' -printf '%P\n'
99+
find -maxdepth 2 -type f -name '*.html' -not -path "*-doxy/*" -printf '%P\n' > /tmp/workspace/page_list.txt
100+
- store_artifacts:
101+
path: /tmp/workspace/page_list.txt
100102

101103
make_live:
102104
executor: doc_builder

0 commit comments

Comments
 (0)