We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0b7f7 commit 0db8565Copy full SHA for 0db8565
1 file changed
.github/workflows/render-and-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
fi
34
echo "Downloading site-build artifact from run $latest_run (artifact $artifact_id)."
35
gh api "/repos/$REPO/actions/artifacts/$artifact_id/zip" > /tmp/site.zip
36
- unzip -q /tmp/site.zip -d . && ls -la
+ unzip -q /tmp/site.zip -d site
37
echo "Contents of site/ after artifact extraction:"
38
ls -la site/ | head -50
39
if [ -d site/_site ]; then
0 commit comments