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 f5f4547 commit 8c92121Copy full SHA for 8c92121
.github/workflows/static.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Make doc
37
run: make doc
38
- name: Add example
39
- run: tar -xJf "examples/TCA166's history.xz" -C target/doc/
+ run: tar -xvzf "examples/TCA166's history.xz" -C target/doc/
40
- name: Setup Pages
41
uses: actions/configure-pages@v5
42
- name: Upload artifact
0 commit comments