Skip to content

Commit 6747565

Browse files
authored
Update get-current-gh-pages.sh
Signed-off-by: Eric Deandrea <[email protected]>
1 parent d39ebc2 commit 6747565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/get-current-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -n "$ARTIFACT_ID" ] && [ "$ARTIFACT_ID" != "null" ]; then
1515
mkdir -p docs/build/mkdocs
1616
unzip -o artifact.zip -d /tmp/pages-artifact
1717
ls -la /tmp/pages-artifact
18-
tar -xvzf /tmp/pages-artifact/artifact.tar -C docs/build/mkdocs
18+
tar -xvf /tmp/pages-artifact/artifact.tar -C docs/build/mkdocs
1919

2020
echo "Successfully extracted existing pages"
2121
else

0 commit comments

Comments
 (0)