We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38483c1 commit 835e271Copy full SHA for 835e271
.github/workflows/rc.yml
@@ -444,7 +444,7 @@ jobs:
444
make html
445
tar -xf ../reference.tar.gz -C build/html
446
- name: Compress into single artifact to keep directory structure
447
- run: tar -cvzf docs.tar.gz -C docs/build html
+ run: tar -cvzf html.tar.gz -C docs/build html
448
- name: Upload artifacts
449
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
450
with:
0 commit comments