Skip to content

Commit

Permalink
fix linking index
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Häublein committed May 25, 2021
1 parent 793b2dc commit 8b9cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: react-build
path: Symfony-API/public/
- name: copy index.html of react to template
run: "rm ./templates/base.html.twig && ln -s ../public/index.html ./templates/index.html"
run: "rm ./templates/base.html.twig && rm ./templates/index.html && ln -s ../public/index.html ./templates/index.html"
working-directory: ./Symfony-API/
- name: copy Dockerfile
run: "cp ../dockerBuild/SymfonyDockerfile Dockerfile"
Expand Down

0 comments on commit 8b9cca0

Please sign in to comment.