We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b670e3 commit 21afe9fCopy full SHA for 21afe9f
.circleci/config.yml
@@ -181,6 +181,9 @@ pytorch_windows_build_worker: &pytorch_windows_build_worker
181
- beginner_source/data
182
- intermediate_source/data
183
- prototype_source/data
184
+ - store_artifacts:
185
+ path: ./docs/build/html
186
+ destination: docs
187
188
jobs:
189
pytorch_tutorial_pr_build_manager:
.circleci/config.yml.in
{% endraw %}
{{ jobs("pr") }}
0 commit comments