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 857c97d commit 3b28642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
cd _site
for DISTRIB in debian fedora ubuntu
do
echo starting with ${DISTRIB}
CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)"
docker cp "${CID}:artifact.url" "../${DISTRIB}.url"
echo curl "$(cat ../${DISTRIB}.url)"
curl -u ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} "$(cat ../${DISTRIB}.url)"
ls
ls -R ${DISTRIB}
wget "$(cat ../${DISTRIB}.url)"
cat index.html
done
- name: Upload page artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3b28642

Please sign in to comment.