Skip to content

Commit 4fb78e8

Browse files
author
Svetlana Karslioglu
authored
Store build artifacts (#2268)
* Store build artifacts * Only apply to the build manager worker * Generated config.yml
1 parent 0b225f5 commit 4fb78e8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ pytorch_windows_build_worker: &pytorch_windows_build_worker
181181
- beginner_source/data
182182
- intermediate_source/data
183183
- prototype_source/data
184+
- store_artifacts:
185+
path: ./docs/build/html
186+
destination: docs
184187

185188
jobs:
186189
pytorch_tutorial_pr_build_manager:

.circleci/config.yml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ pytorch_windows_build_worker: &pytorch_windows_build_worker
181181
- beginner_source/data
182182
- intermediate_source/data
183183
- prototype_source/data
184+
- store_artifacts:
185+
path: ./docs/build/html
186+
destination: docs
184187
{% endraw %}
185188
jobs:
186189
{{ jobs("pr") }}

0 commit comments

Comments
 (0)