Skip to content

Commit f4a0300

Browse files
committed
docgen: Generate a tar file for the doc artifact
A tar.xz file is easier to deal with that a zip file containing a tar file. Signed-off-by: David Brown <[email protected]>
1 parent 90213ff commit f4a0300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Upload artifact
7171
uses: actions/upload-pages-artifact@v3
7272
with:
73+
name: rust-lang-html.tar.xz
7374
path: zephyr-rust-lang/docout
7475

7576
deploy:

0 commit comments

Comments
 (0)