Skip to content
Snippets Groups Projects
Commit fd3e599c authored by Jakob Yanagibashi's avatar Jakob Yanagibashi
Browse files

Fix building from dev branch for GL Pages

parent 7e81177c
No related branches found
No related tags found
2 merge requests!2CI improvements,!1Implement "Jump to" shortcut
Pipeline #258281 passed
......@@ -34,6 +34,10 @@ deploy:
pages:
script:
# Switch to dev branch
- git fetch origin dev
- git checkout dev
# Build for GitLab Pages
- npm run build-gitlab
- cp -a dist/. public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment