Skip to content

Commit f76b6db

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy_after_tag.yml

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

0 commit comments

Comments
 (0)