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