Skip to content

Commit f2e3acb

Browse files
authored
Merge pull request #1116 from ARMmbed/page-list-dev
Removed -doxy from docs list and store artifacts
2 parents eb9e9ac + 457411d commit f2e3acb

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
@@ -102,7 +102,9 @@ jobs:
102102
command: |
103103
source /tmp/env
104104
cd /tmp/workspace/artifacts/$CIRCLE_BRANCH_NO_SLASH
105-
find -maxdepth 2 -type f -name '*.html' -printf '%P\n'
105+
find -maxdepth 2 -type f -name '*.html' -not -path "*-doxy/*" -printf '%P\n' > /tmp/workspace/page_list.txt
106+
- store_artifacts:
107+
path: /tmp/workspace/page_list.txt
106108

107109
make_live:
108110
executor: doc_builder

0 commit comments

Comments
 (0)