Look for the uploaded artifact
Jekyll / test-ci-actions (push) Successful in 20s
Details
Jekyll / test-ci-actions (push) Successful in 20s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
7103c9a82f
commit
dc95ab799a
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue