From 4c0d66c5161fc0fcdcc75b6c852160bec85a2930 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Fri, 24 May 2024 16:08:09 +0200 Subject: [PATCH] Fix mock data file path after project restructuring With the changes introduced by #399 als the mock data was moved. Signed-off-by: Daniel Ziegenberg --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fa0765c45..46dfa4d0c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: include mock data working-directory: ./gh-pages - run: cp -rv ../test/app/GET/* . + run: cp -rv ../test/GET/* . - name: include landing page run: cp .github/demo-page.html gh-pages/index.html