Skip to content

Commit 37ad506

Browse files
committed
DOC: Move cheatsheets to web/build
1 parent f44cf03 commit 37ad506

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ jobs:
148148
run: mv doc/build/html web/build/docs
149149

150150
- 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
151+
run: cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/
154152

155153
- name: Save website as an artifact
156154
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)