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 fcd2269 commit 0221765Copy full SHA for 0221765
.github/workflows/ci.yml
@@ -118,6 +118,17 @@ jobs:
118
source activate pandas-dev
119
doc/make.py --warnings-are-errors | tee sphinx.log ; exit ${PIPESTATUS[0]}
120
121
+ - name: Save website as an artifact
122
+ uses: actions/upload-artifact@v2
123
+ with:
124
+ name: website
125
+ path: web/build
126
+ - name: Save docs as an artifact
127
128
129
+ name: docs
130
+ path: doc/build/html
131
+
132
# This can be removed when the ipython directive fails when there are errors,
133
# including the `tee sphinx.log` in te previous step (https://github.com/ipython/ipython/issues/11547)
134
- name: Check ipython directive errors
0 commit comments