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

Merge branch 'dev' into 'main'

Make sure to pull changes in CI

See merge request !4
parents faf2be80 65504421
No related branches found
No related tags found
1 merge request!4Make sure to pull changes in CI
Pipeline #260547 passed
......@@ -9,6 +9,7 @@ production:
# Switch to main branch
- git fetch origin main
- git checkout main
- git pull
# Build for production
- npm run build
......@@ -45,6 +46,7 @@ pages:
# Switch to dev branch
- git fetch origin dev
- git checkout dev
- git pull
# Build for GitLab Pages
- npm run build-gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment