Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 2, 2024
1 parent 8942116 commit be6ea47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ runs:
CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)"
docker cp "${CID}:artifact.url" "../${DISTRIB}.url"
echo curl "$(cat ../${DISTRIB}.url)"
curl "$(cat ../${DISTRIB}.url)" | unzip -
wget "$(cat ../${DISTRIB}.url)"
ls
done
- name: Upload page artifact
uses: actions/upload-pages-artifact@v3

0 comments on commit be6ea47

Please sign in to comment.