Look for the uploaded artifact
Jekyll / test-ci-actions (push) Successful in 20s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 17:37:08 +02:00
parent 7103c9a82f
commit dc95ab799a
1 changed files with 5 additions and 1 deletions

View File

@ -47,9 +47,13 @@ jobs:
run: |
docker-compose run --rm -v "${JOB_CONTAINER_NAME}:/home/ubuntu/workspace" jekyll build --verbose
- name: Upload Jekyll site
id: upload_site
uses: "actions/upload-artifact@v3"
with:
name: jekyll-site
path: _site
if-no-files-found: error
- name: Verify site
id: verify_site
run: |
echo "${{ steps.upload_site.outputs.artifact-url }}"