Skip to content
Snippets Groups Projects
Commit 5eaae86a authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

Update pages.yml

parent ad3565e1
Branches
No related tags found
No related merge requests found
...@@ -6,9 +6,8 @@ pages: ...@@ -6,9 +6,8 @@ pages:
script: script:
# Necessary to always launch the build yml in order to install dependencies # Necessary to always launch the build yml in order to install dependencies
- npm run build - npm run build
- mkdir .public - mkdir -p public
- cp -r dist .public - cp -r dist public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment