File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
fbgemm_gpu/docs/src/general/documentation Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ jobs:
124
124
run : . $PRELUDE; cd fbgemm_gpu; build_fbgemm_gpu_package $BUILD_ENV nightly cuda
125
125
126
126
- name : Upload Built Wheel as GHA Artifact
127
- # Cannot upgrade to actions/upload-artifact@v4 yet because GLIBC on the instance is too old
128
127
uses : actions/upload-artifact@v4
129
128
with :
130
129
name : fbgemm_gpu_nightly_cuda_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ jobs:
124
124
run : . $PRELUDE; cd fbgemm_gpu; build_fbgemm_gpu_package $BUILD_ENV nightly genai
125
125
126
126
- name : Upload Built Wheel as GHA Artifact
127
- # Cannot upgrade to actions/upload-artifact@v4 yet because GLIBC on the instance is too old
128
127
uses : actions/upload-artifact@v4
129
128
with :
130
129
name : fbgemm_gpu_nightly_genai_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ jobs:
115
115
run : . $PRELUDE; cd fbgemm_gpu; build_fbgemm_gpu_package $BUILD_ENV nightly genai
116
116
117
117
- name : Upload Built Wheel as GHA Artifact
118
- # Cannot upgrade to actions/upload-artifact@v4 yet because GLIBC on the instance is too old
119
118
uses : actions/upload-artifact@v4
120
119
with :
121
120
name : fbgemm_gpu_nightly_genai_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
Original file line number Diff line number Diff line change 88
88
- name : Build FBGEMM_GPU Documentation
89
89
run : . $PRELUDE; cd fbgemm_gpu/docs; build_fbgemm_gpu_docs $BUILD_ENV
90
90
91
+ - name : Upload Built Docs as GHA Artifact
92
+ uses : actions/upload-artifact@v4
93
+ with :
94
+ name : fbgemm_gpu_docs_${{ github.sha }}
95
+ path : fbgemm_gpu/docs/build
96
+ if-no-files-found : error
97
+
91
98
- name : Deploy FBGEMM_GPU Documentation
92
99
if : ${{ github.event_name != 'pull_request' }}
93
100
uses : JamesIves/github-pages-deploy-action@releases/v4
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ docstring:
41
41
.. autofunction:: fbgemm_gpu.docs.examples.example_method
42
42
43
43
#. Make sure the ``.rst `` file is included in to the ``toctree `` in
44
- ``index.rst `` (e.g. :ref: `fbgemm-gpu.toc.api.python `).
44
+ ``index.rst `` (e.g. :ref: `fbgemm-gpu.toc.api.python.ops `).
45
45
46
46
#. Verify the changes by building the docs locally with
47
47
:ref: `general.docs.build ` or submitting a PR for a Netlify preview.
You can’t perform that action at this time.
0 commit comments