Closed superlulu closed 5 years ago
Wow, that was simple. removing - mv public public-vue
from the script since there is no public folder does the trick. Closing this.
@superlulu I think you need to create public folder first.
- npm run build
- mkdir .public
- mv .public public-vue # GitLab Pages hooks on the public folder
Hello Folks,
I'm trying to deploy my vue/webpack-App to Gitlab pages following this quick tutorial: Deploy Vue CLI to Gitlab Pages
there it says the .gitlab-ci-yml file should contain following Code:
But the Job Pipeline Fails due to the fact that there is no public folder in this template to move.
Has anyone a suggestion on how to get the .gitlab-ci.yml file to work for the webpack template?