Skip to content

Commit 71d8539

Browse files
authored
Remove uncompression step (#821)
1 parent ab7cac6 commit 71d8539

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
- uses: actions/download-artifact@v2
5858
with:
5959
name: documentation
60-
path: site.tar.gz
61-
62-
- name: Uncompress site
63-
run: tar xzf site.tar.gz
60+
path: site
6461

6562
- uses: peaceiris/actions-gh-pages@v3
6663
with:

0 commit comments

Comments
 (0)