Skip to content

Commit

Permalink
Merge pull request #459 from ziegenberg/fix-deploy-gha
Browse files Browse the repository at this point in the history
Fix mock data file path after project restructuring
  • Loading branch information
KatrinIhler authored May 24, 2024
2 parents 2316c06 + 4c0d66c commit 244ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 244ca0f

Please sign in to comment.