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 b12ab54 commit f44cf03Copy full SHA for f44cf03
.github/workflows/ci.yml
@@ -148,7 +148,9 @@ jobs:
148
run: mv doc/build/html web/build/docs
149
150
- name: Copy cheatsheets into site directory
151
- run: cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/docs/cheatsheet
+ run: |
152
+ mkdir -p web/build/docs/cheatsheets
153
+ cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/docs/cheatsheets
154
155
- name: Save website as an artifact
156
uses: actions/upload-artifact@v2
0 commit comments