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 d39ebc2 commit 6747565Copy full SHA for 6747565
.github/scripts/get-current-gh-pages.sh
@@ -15,7 +15,7 @@ if [ -n "$ARTIFACT_ID" ] && [ "$ARTIFACT_ID" != "null" ]; then
15
mkdir -p docs/build/mkdocs
16
unzip -o artifact.zip -d /tmp/pages-artifact
17
ls -la /tmp/pages-artifact
18
- tar -xvzf /tmp/pages-artifact/artifact.tar -C docs/build/mkdocs
+ tar -xvf /tmp/pages-artifact/artifact.tar -C docs/build/mkdocs
19
20
echo "Successfully extracted existing pages"
21
else
0 commit comments