From ff7e92e58d20178869498a644b8b60df79cbc1af Mon Sep 17 00:00:00 2001 From: raphaelcoeffic Date: Tue, 20 Aug 2024 19:42:15 +0200 Subject: [PATCH] fix: checkout before running preview-web --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0186728..41f3ed5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -325,6 +325,8 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Fetch compiled source uses: actions/download-artifact@v4 with: