Test artifact upload
Jekyll / test-ci-actions (push) Successful in 22s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 16:34:11 +02:00
parent 797e87c126
commit 0e31b5b592
1 changed files with 7 additions and 0 deletions

View File

@ -48,3 +48,10 @@ jobs:
run: |
VOL=$(docker volume ls | grep -Po "GITEA-ACTIONS-TASK-[0-9]+_WORKFLOW-Jekyll_JOB-test-ci-actions$")
docker-compose run --rm -v "${VOL}:/home/ubuntu/workspace" jekyll build --verbose
- name: Upload Jekyll site
uses: "actions/upload-artifact@v3"
with:
name: jekyll-site
path: _site
if-no-files-found: error