Skip to content

Commit 83966e3

Browse files
committed
Update deploy_after_tag.yml
1 parent c74f839 commit 83966e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy_after_tag.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ jobs:
8787
docs-folder: "docs/"
8888
- name: Gather tutorials
8989
run: |
90-
cp docs/source/_tutorials/* docs/build/html
90+
ls .
91+
ls -ltrh docs/build
92+
ls -ltrh docs/build/html
93+
cp docs/source/_tutorials/* -v docs/build/html/
9194
- name: Deploy
9295
uses: peaceiris/actions-gh-pages@v3
9396
with:

0 commit comments

Comments
 (0)