We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af54a9f commit cc0b7f7Copy full SHA for cc0b7f7
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 .
+ unzip -q /tmp/site.zip -d . && ls -la
37
echo "Contents of site/ after artifact extraction:"
38
ls -la site/ | head -50
39
if [ -d site/_site ]; then
0 commit comments