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 1cc8138 commit 4fe70dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
CID="$(docker create ghcr.io/pdidev/pkgs/lastbuild:debian /bin/bash)"
docker cp "${CID}:artifact.url" "../${DISTRIB}.url"
curl -Lu ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} "$(cat ../${DISTRIB}.url)"
ls
echo -e '\n\n\n---\n\n\n'
ls
echo -e '\n\n\n----\n\n\n'
cat index.html
echo -e '\n\n\n---\n\n\n'
echo -e '\n\n\n-----\n\n\n'
done
- name: Upload page artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4fe70dc

Please sign in to comment.