Skip to content

Commit cf49ced

Browse files
authored
Fix docs uncompress (#823)
1 parent 71d8539 commit cf49ced

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
name: documentation
6060
path: site
6161

62+
- name: Uncompress site
63+
run: tar xzf site/site.tar.gz && rm site/site.tar.gz
64+
6265
- uses: peaceiris/actions-gh-pages@v3
6366
with:
6467
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)