Actions: Prime the image on GH pages

This commit is contained in:
Alessandro Pignotti 2023-05-16 14:13:05 +02:00
parent 5f08aaf361
commit 8ae7fb95b3

View file

@ -177,3 +177,4 @@ jobs:
echo "| Final URL to the Github pages site |" >> $GITHUB_STEP_SUMMARY
echo "| ---------------------------------- |" >> $GITHUB_STEP_SUMMARY
echo "| ${{ steps.deployment.outputs.page_url }} |" >> $GITHUB_STEP_SUMMARY
curl --output /dev/null "${{ env.IMAGE_NAME }}"