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