Skip to content
Snippets Groups Projects
Commit d3f367c4 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Last commit: website still worked; now changed to mv dist public

parent d3eccbf1
No related branches found
No related tags found
No related merge requests found
Pipeline #389944 passed with warnings
......@@ -31,9 +31,9 @@ pages:
- yarn install --frozen-lockfile
script:
- yarn build
- cp -a dist/. public/
#- echo '/* /index.html 200' > public/_redirects
#- cp -a dist/. public/ #Ensure the output directory is renamed to public
#- cp -a dist/. public/ #original
#- echo '/* /index.html 200' > public/_redirects #original
- mv dist public #Ensure the output directory is renamed to public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment