Skip to content

Commit 5436329

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Copy cheatsheets into site directory
151151
run: |
152152
mkdir -p web/build/docs/cheatsheets
153-
cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/docs/cheatsheets
153+
cp doc/cheatsheet/Pandas_Cheat_Sheet* web/build/
154154
155155
- name: Save website as an artifact
156156
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)