From 148dd2733fa05f1abc10c8366db26a005a7f8759 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Wed, 22 May 2024 17:22:35 +0200 Subject: [PATCH] Revert "Look for the artifact" This reverts commit 2cdbfd47a986ef0f76176af29d174a7780cec0c6. --- .gitea/workflows/jekyll.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/jekyll.yaml b/.gitea/workflows/jekyll.yaml index 482871c..567a7e0 100644 --- a/.gitea/workflows/jekyll.yaml +++ b/.gitea/workflows/jekyll.yaml @@ -6,10 +6,6 @@ jobs: test-ci-actions: runs-on: ubuntu-22.04 steps: - - name: Verify setup - id: verify_setup - run: | - env | sort - name: Check out repository code id: checkout uses: actions/checkout@v4 @@ -53,13 +49,9 @@ jobs: 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 - 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 }}" +